You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case a PR is opened by a GitHub Action or GitHub itself, the workflows do not start. Examples can be found here, here, and here.
Reason is that this is implemented in such a way that there is no chance for infinite loops. See this issue for a discussion.
From GitHub Support:
This is a deliberate decision by the Actions team in order to prevent accidental "infinite loop" situations, and as an anti-abuse measure.
You will be able to work around this using a Personal Access Token in place of the provided token. As this needs to be explicitly provided it will remove any potential for possible abuse, so we recommend using this method when needing to create a pull request.
The text was updated successfully, but these errors were encountered:
HeavyWombat
changed the title
GitHub Action workflow do not start when PR is created by GitHub Action
GitHub Action workflow does not start when PR is created by GitHub Action
Dec 22, 2022
In case a PR is opened by a GitHub Action or GitHub itself, the workflows do not start. Examples can be found here, here, and here.
Reason is that this is implemented in such a way that there is no chance for infinite loops. See this issue for a discussion.
From GitHub Support:
The text was updated successfully, but these errors were encountered: