Run GHA on PRs created by backport-action #9365
Labels
area/build
Marks an issue as related to our build pipeline (e.g. Maven settings, CI, etc.)
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.1.0-alpha2
version:8.1.0
Marks an issue as being completely or in parts released in 8.1.0
Description
When the backport-action creates pull requests, then our GHA workflows are not triggered/started.
This might be ok, because we can merge using bors, which will anyways run the CI again. But, we might want to receive feedback about the changes in the created PR as well.
If we want the GHA workflows to run for PRs created by the backport-action, then we should user a PAT (bot-user) for the backport action.
See https://github.saobby.my.eu.orgmunity/t/the-github-actions-guidepost/168114
The text was updated successfully, but these errors were encountered: