Skip to content

Commit 6d88468

Browse files
authored
fix: add statuses write permission to PR title workflow (#475)
1 parent 571a610 commit 6d88468

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
validate-pr-title:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
statuses: write
13+
pull-requests: read
1114
steps:
1215
- uses: amannn/action-semantic-pull-request@v6.1.1
1316
env:

0 commit comments

Comments
 (0)