Chore: Change the PR title check to use conventional commits (#28358)
Co-authored-by: Diego Sampaio <chinello@gmail.com>pull/28328/head^2
parent
c862fea8fb
commit
b70074bac2
@ -1,12 +1,17 @@ |
||||
name: 'PR Title Checker' |
||||
on: |
||||
pull_request_target: |
||||
types: [opened, edited] |
||||
types: |
||||
- opened |
||||
- edited |
||||
- synchronize |
||||
- labeled |
||||
- unlabeled |
||||
|
||||
jobs: |
||||
check: |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- uses: thehanimo/pr-title-checker@v1.3.6 |
||||
- uses: thehanimo/pr-title-checker@v1.3.7 |
||||
with: |
||||
GITHUB_TOKEN: ${{ secrets.RC_TITLE_CHECKER }} |
||||
|
||||
Loading…
Reference in new issue