Skip to content

Commit

Permalink
ci: pin specicfic github actions for PR title validation (#954)
Browse files Browse the repository at this point in the history
This unreleased version should fix an issues with labels beeing overwritten.
  • Loading branch information
melund authored Apr 19, 2024
1 parent 1e1c672 commit de80ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@1.1.0
uses: ytanikin/PRConventionalCommits@8d258b5
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}'

0 comments on commit de80ae8

Please sign in to comment.