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:
Shivam Goyal
2023-04-03 20:32:11 +05:30
committed by GitHub Enterprise
parent 77cf26d8df
commit f85184081a
2 changed files with 34 additions and 3 deletions

View 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