TP-23435 | Verify Checklist GitHub Action (#5896)
* TP-23435 | Verify Checklist GitHub Action * TP-23435 | reword: Strike-through * TP-23435 | rename workflow * TP-23435 | move to checkmate * TP-23435 | update note
This commit is contained in:
committed by
GitHub Enterprise
parent
77cf26d8df
commit
f85184081a
17
.github/workflows/validate_checklists.yml
vendored
Normal file
17
.github/workflows/validate_checklists.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Checklist CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master, release-*, development ]
|
||||
types: [ edited, opened, reopened, synchronize ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
validate-checklists:
|
||||
runs-on: [ default ]
|
||||
steps:
|
||||
- name: Validate Checklists
|
||||
uses: roryq/checkmate@master
|
||||
Reference in New Issue
Block a user