File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
- [x] Fails validation until all configured checklists in the pull request description are checked.
8
8
- [x] Automatic checklists triggered on files modified in the pull request.
9
9
- [x] Support for validating select lists i.e. radio button.
10
- - [x] [ Job summary] ( https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ ) workflow report
10
+ - [x] [ Job summary] ( https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ ) workflow report.
11
11
12
12
## Configuration
13
13
47
47
pull_request :
48
48
types : [edited, opened, reopened]
49
49
50
- name : Checklist Check
50
+ name : Checkmate
51
51
jobs :
52
- checkmate :
52
+ validate-checklists :
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- uses : actions/checkout@v3
74
74
types: [edited, opened, reopened, synchronize]
75
75
issue_comment:
76
76
77
- name: Checklist Check
77
+ name: Checkmate
78
78
jobs:
79
- checkmate :
79
+ validate-checklists :
80
80
runs-on: ubuntu-latest
81
81
steps:
82
82
- uses: actions/checkout@v3
You can’t perform that action at this time.
0 commit comments