Skip to content

Commit cb66b1a

Browse files
committed
Fix: Set permissions for conventional commits workflow
The conventional commits workflows requires write permissions for creating PR comments and read permissions to the repo contents.
1 parent 8b05440 commit cb66b1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Conventional Commits
33
on:
44
pull_request:
55

6+
permissions:
7+
pull-requests: write
8+
contents: read
9+
610
jobs:
711
conventional-commits:
812
name: Conventional Commits

0 commit comments

Comments
 (0)