Skip to content

Commit

Permalink
fix: bump pull request to allow test for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Dec 29, 2024
1 parent 6512553 commit be9c8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@1.2.0
uses: ytanikin/PRConventionalCommits@1.3.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","revert"]'

Expand Down

0 comments on commit be9c8a3

Please sign in to comment.