Skip to content

Commit 25d556c

Browse files
authored
ci: update pr linter
1 parent 218b0c3 commit 25d556c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-lint.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
lint-pr:
1111
name: Lint pull request title
1212
runs-on: ubuntu-latest
13+
permissions:
14+
pull-requests: write
1315
steps:
1416
- name: Lint pull request title
1517
uses: jef/conventional-commits-pr-action@v1
1618
with:
17-
comment: false
1819
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)