mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-24 06:59:26 -05:00
ci: add permission for job to close PR
This commit is contained in:
parent
51424a47e6
commit
e058acb78d
5
.github/workflows/reject-pr.yaml
vendored
5
.github/workflows/reject-pr.yaml
vendored
@ -15,7 +15,10 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
reject-pr:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
Loading…
Reference in New Issue
Block a user