File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696 github-token : ${{ secrets.GITHUB_TOKEN }}
9797 script : |
9898 const prNumber = ${{ needs.get-pr-info.outputs.pr_number }};
99- const labelName = ${{ env.BACKPORT_ERROR_LABEL }};
99+ const labelName = ' ${{ env.BACKPORT_ERROR_LABEL }}' ;
100100 const commentBody = `
101101 🚨 **AUTOMATED CHECK: MERGE COMMITS FOUND** 🚨
102102 This pull request contains merge commits. The **\`${labelName}\`** label has been added. Please rebase your branch.
@@ -135,7 +135,7 @@ jobs:
135135 script : |
136136 const prNumber = ${{ needs.get-pr-info.outputs.pr_number }};
137137 const commentPrefix = '🚨 **AUTOMATED CHECK: MERGE COMMITS FOUND** 🚨';
138- const labelName = ${{ env.BACKPORT_ERROR_LABEL }};
138+ const labelName = ' ${{ env.BACKPORT_ERROR_LABEL }}' ;
139139
140140 try {
141141 // Get PR details to check if it's draft
You can’t perform that action at this time.
0 commit comments