We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb9bb9 commit 5815346Copy full SHA for 5815346
.github/actions/backport/action.yml
@@ -1,5 +1,6 @@
1
name: Backport
2
description: Backport changes to another release branch.
3
+
4
inputs:
5
label:
6
description: The trigger label (i.e., v2.0, v1.18)
@@ -62,5 +63,3 @@ runs:
62
63
--head $BACKPORT_BRANCH \
64
--title "Backport PR #${{ env.PR_NUMBER }} to $BASE_BRANCH" \
65
--body "This is an automated backport of PR #${{ env.PR_NUMBER }} to the $BASE_BRANCH branch."
- outputs:
66
- result: "Backport successful!"
0 commit comments