Skip to content

Commit

Permalink
fix: 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 126281f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: aslafy-z/[email protected]
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 }}
with:
wip: true

0 comments on commit 126281f

Please sign in to comment.