A solution to the release.yml
workflow problem
#9432
tguichaoua
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the heads up! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(cc: @cart)
I saw in #9080 that when a PR is created by a workflow the CI are not executed.
I got the same issue and found a solution on stackoverflow.
The problem is due to github tring to avoid recursive workflow runs.
The solution is to pass a Personal Access Token (PAT) with the scope
repo
topeter-evans/create-pull-request
.Beta Was this translation helpful? Give feedback.
All reactions