Skip to content

Commit

Permalink
chore: add validation for PR titles
Browse files Browse the repository at this point in the history
  • Loading branch information
oCHRISo committed Oct 8, 2024
1 parent cdbeed7 commit 9438cb5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,21 @@ jobs:
git-branch: badges
pr-title-check:
name: Validate PR Title
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Validate PR Title and Description
uses: amannn/[email protected]
with:
types: "feat,fix,chore,docs,style,refactor,test,ci,perf"
types: |
feat
fix
chore
docs
style
refactor
test
ci
perf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
race-condition-test:
Expand Down

0 comments on commit 9438cb5

Please sign in to comment.