Skip to content

Commit

Permalink
fix: validate action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed Aug 15, 2024
1 parent 04f6600 commit f8ef12e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: validate

on:
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- name: validate-pr-title
uses: ytanikin/[email protected]
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert"]'
add_label: 'true'

0 comments on commit f8ef12e

Please sign in to comment.