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 89dbf84 commit 51e5955Copy full SHA for 51e5955
.github/workflows/pr-labels.yml
@@ -10,6 +10,11 @@ jobs:
10
permissions:
11
pull-requests: write # Grant permission to modify labels
12
steps:
13
+ # step 1: checkout repository code
14
+ - name: Checkout code into workspace directory
15
+ uses: actions/checkout@v4
16
+
17
+ # step 2: remove specific labels
18
- name: Remove specific labels
19
run: gh pr edit ${{ github.event.pull_request.number }} --remove-label "ready,deployed"
20
env:
0 commit comments