Skip to content

Commit d9a22eb

Browse files
authored
feat: Add permissions for pull request title validation
1 parent e496c9c commit d9a22eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
validate-pr-title:
1212
name: Validate PR Title
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: read
1416
steps:
1517
- uses: amannn/action-semantic-pull-request@v5
1618
env:

0 commit comments

Comments
 (0)