Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEVX] Fix release PR not triggering workflows #126

Conversation

carine-bonnafous
Copy link
Contributor

Reason for change

When release PRs are created by a Github Action, the ci workflow is not triggered.
Currently it is triggered only if someone updates the pull request.
See the documentation explaining this here : https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs

Code changes

I copied what we did in other repositories : We now use a Github App token

Copy link

sonarcloud bot commented Jul 18, 2024

@carine-bonnafous carine-bonnafous marked this pull request as ready for review July 18, 2024 13:17
@carine-bonnafous carine-bonnafous requested a review from a team as a code owner July 18, 2024 13:17
@carine-bonnafous carine-bonnafous merged commit 941ab17 into main Jul 18, 2024
4 of 13 checks passed
@carine-bonnafous carine-bonnafous deleted the devx/fix-pull-request-workflow-not-triggered-on-release-pr branch July 18, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants