Skip to content

Commit ef0a44d

Browse files
committed
ci: grant action with pr read permissions
1 parent 25acf01 commit ef0a44d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/conventional-commit-prs.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, synchronize, reopened, edited]
66

7+
permissions:
8+
pull-requests: read
9+
710
jobs:
811
validate-pr-title:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)