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 450fb32 commit 89dbf84Copy full SHA for 89dbf84
.github/workflows/pr-labels.yml
@@ -11,6 +11,6 @@ jobs:
11
pull-requests: write # Grant permission to modify labels
12
steps:
13
- name: Remove specific labels
14
- uses: actions-ecosystem/action-remove-labels@v1 # Use a marketplace action for label removal
15
- with:
16
- labels: "ready,deployed" # Comma-separated list of labels to remove
+ run: gh pr edit ${{ github.event.pull_request.number }} --remove-label "ready,deployed"
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments