Skip to content

Commit

Permalink
ci: update pr linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored Dec 11, 2024
1 parent 218b0c3 commit 25d556c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Lint pull request title
uses: jef/conventional-commits-pr-action@v1
with:
comment: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25d556c

Please sign in to comment.