Skip to content

Commit 8c88b51

Browse files
committed
Try to fix gh call
1 parent 9401667 commit 8c88b51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/on-pr-changes-requested-move-labels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
fi
3333
- name: Apply label operations
3434
if: steps.check.outputs.continue == 'true'
35+
shell: bash -euxo pipefail {0}
3536
run: >
36-
gh issue --repo ${{ github.repository }} edit ${{ steps.check.outputs.pr_number }}
37-
--remove-label "status: ready-for-review"
38-
--remove-label "status: awaiting-second-review"
39-
--remove-label "status: to-be-merged"
37+
gh issue --repo ${{ github.repository }}
38+
edit ${{ steps.check.outputs.pr_number }}
39+
--remove-label "status: ready-for-review,status: awaiting-second-review,status: to-be-merged"
4040
--add-label "status: changes-required"
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)