Skip to content

Pull requests merged but not closed #23391

Answered by pokgak
pokgak asked this question in Pull Requests
Discussion options

You must be logged in to vote

After reading in the forum, I think this issue is caused by how the GITHUB_TOKEN works in a workflow. This part from the docs explains it:

When you use the repository’s GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app, events triggered by the GITHUB_TOKEN will not create a new workflow run.

Since the merge is triggered by the github bot, which is using the GITHUB_TOKEN for auth, it cannot triggers my deploy workflow.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant