Skip to content

Commit

Permalink
fix(cicde): Update ci-lint-pr-title.yml (#45)
Browse files Browse the repository at this point in the history
Update ci-lint-pr-title.yml
  • Loading branch information
Jacobbrewer1 authored May 10, 2024
1 parent 683079d commit 17926d0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
name: "Lint title"
permissions:
statuses: write
pull-requests: read
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
with:
success-state: Title follows conventional commits.
failure-state: Title does not follow conventional commits.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 17926d0

Please sign in to comment.