Skip to content

Commit 32aa5c8

Browse files
chore: add permissions section to enforce pull-request rules workflow (#4079)
GitHub Bot complained about that in PR #4072. Related to #4073
1 parent d7c4ad1 commit 32aa5c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/enforce-pullrequest-rules.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: "Enforce Pull-Request Rules"
55

6+
permissions:
7+
contents: read
8+
69
on:
710
pull_request:
811
push:

0 commit comments

Comments
 (0)