mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-24 07:00:49 -04:00
ci: add permission for job to close PR
This commit is contained in:
parent
51424a47e6
commit
e058acb78d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/reject-pr.yaml
vendored
5
.github/workflows/reject-pr.yaml
vendored
|
@ -15,7 +15,10 @@ on:
|
|||
- synchronize
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
reject-pr:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue