Skip to content

Commit

Permalink
ci: add write permissions for issues in cleanup checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 27, 2025
1 parent 4bd6362 commit 1c5e795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cleanup-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
github.event.review.state == 'APPROVED' &&
contains(github.event.pull_request.labels.*.name, 'auto-cleanup') == false
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c5e795

Please sign in to comment.