You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the backport action only supports backporting as part of the merge event of the PR. However, sometimes you forgot to backport a PR or the need to backport it arrises after the PR was already merged. Backporting a merged PR should be supported.
To trigger the backport we can consider that the user writes a comment like /backport. Labels can still be used to define which branches to backport the PR onto.
The text was updated successfully, but these errors were encountered:
7037: Add on-comment trigger to backport action workflow r=korthout a=korthout
## Description
Adds a workflow configuration to trigger the backport action
when a user writes a `/backport` comment on a pull request.
The bot itself restricts that only merged pull requests can be
backported.
This allows to backport pull requests that have already been merged.
Just add the backport labels to the merged PR and write `/backport`.
> WARNING! The bot will try to backport to the branches of all backport labels.
> Previously created backport pull requests are not taken into account.
> New pull requests will be created for each label.
## Related issues
<!-- Which issues are closed by this PR or are related -->
relates to korthout/backport-action#11
Co-authored-by: Nico Korthout <[email protected]>
Currently the backport action only supports backporting as part of the merge event of the PR. However, sometimes you forgot to backport a PR or the need to backport it arrises after the PR was already merged. Backporting a merged PR should be supported.
To trigger the backport we can consider that the user writes a comment like
/backport
. Labels can still be used to define which branches to backport the PR onto.The text was updated successfully, but these errors were encountered: