Skip to content

Pull_request event not triggered if push event has already triggered once #25390

Discussion options

You must be logged in to vote

@jeshua-clipchamp,
According to your description, you executed the following commands in your workflow run:

$ git clone ...
$ git checkout master && git fetch
$ git checkout -b release/123
$ git push origin release/123
# create pull request from "release/123" --> production

Please confirm the following points:

  1. How did you create the PR to merge from release/123 branch into production, manually on the web UI or continue some commands in the workflow run?

  2. If all the operations ( include creating the PR to merge from release/123 branch into production) were execute via the commands in the workflow run, what token were you using to authenticate, the GITHUB_TOKEN or a personal access token

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

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