mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-25 23:45:39 -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
|
- 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…
Add table
Add a link
Reference in a new issue