Skip to content

Commit

Permalink
Requires checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 17, 2024
1 parent c73b1d1 commit be2f38a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
jobs:
remove-label:
runs-on: ubuntu-latest
permissions: {}
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Remove label
run: gh pr edit "${PR:?}" --remove-label "blocked"
env:
Expand Down

0 comments on commit be2f38a

Please sign in to comment.