Skip to content

Commit

Permalink
ci: update pr-title GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed May 8, 2024
1 parent 159d57d commit 21283c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: aslafy-z/conventional-pr-title-action@v3.1.1
with:
success-state: Title follows the specification
failure-state: Title does not follow the specification
context-name: conventional-pr-title
preset: conventional-changelog-conventionalcommits@latest
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}

0 comments on commit 21283c6

Please sign in to comment.