Skip to content

Commit 46e9493

Browse files
committed
ci: enable gh actions to read PR information
This is needed by amann/action-semantic-pull-request to validate the PR title against Conventional Commit syntax rules.
1 parent 088f445 commit 46e9493

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
pull-requests: read
1112

1213
jobs:
1314
# For PRs, validate the PR title (which becomes the squash commit message).

0 commit comments

Comments
 (0)