actions-label-commenter icon indicating copy to clipboard operation
actions-label-commenter copied to clipboard

Add note about changed action triggers

Open Andre601 opened this issue 3 years ago • 1 comments

GitHub recently changed how Actions get triggered.

A GitHub Action workflow using workflow_dispatch and/or repository_dispatch as their trigger can now be activated using another GitHub Action. This PR adds these two events as exceptions to the "Actions can't trigger other actions" note.

Relevant Blog Post: https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/

Andre601 avatar Sep 11 '22 15:09 Andre601

Hi, there.

The documentation label was added. Thank you for suggesting documentation improvement. When you add a new section, do not forget to update the Table of Contents.

npx doctoc --github README.md

This is an automated comment created by the peaceiris/actions-label-commenter. Responding to the bot or mentioning it won't have any effect.