Skip to content

Commit 32e87c8

Browse files
Add top-level permissions block with pull-requests: write to pr-template-check.yml
Co-authored-by: Marshall-Hallenbeck <1518719+Marshall-Hallenbeck@users.noreply.github.com>
1 parent 4208a94 commit 32e87c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-template-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened, edited]
66

7+
permissions:
8+
pull-requests: write
9+
710
jobs:
811
check-template:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)