We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571a610 commit 6d88468Copy full SHA for 6d88468
1 file changed
.github/workflows/pr-title.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
validate-pr-title:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ statuses: write
13
+ pull-requests: read
14
steps:
15
- uses: amannn/action-semantic-pull-request@v6.1.1
16
env:
0 commit comments