Skip to content

Commit b77744f

Browse files
Merge pull request Pennyw0rth#1126 from Pennyw0rth/copilot/add-permissions-block-to-workflow
Add top-level permissions block to pr-template-check workflow
2 parents c7dc286 + 32e87c8 commit b77744f

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)