File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : Docs Enhancement
2
2
description : Create a report to help us improve this project!
3
- title : ' documentation : '
3
+ title : ' docs : '
4
4
labels :
5
5
- documentation
6
6
assignees :
15
15
id : describe
16
16
attributes :
17
17
label : Describe
18
- description : Describe your enhancements !
18
+ description : Describe your enhancement !
19
19
placeholder : Awesome enhancement
20
20
validations :
21
21
required : true
Original file line number Diff line number Diff line change 25
25
with :
26
26
github-token : ${{ secrets.GITHUB_TOKEN }}
27
27
28
- - name : Approve
29
- run : gh pr review --approve "$PR_URL"
30
- env :
31
- PR_URL : ${{ github.event.pull_request.html_url }}
32
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
-
34
- - name : Auto Merge
28
+ - name : Merge
35
29
run : gh pr merge --auto --merge "$PR_URL"
36
30
env :
37
31
PR_URL : ${{ github.event.pull_request.html_url }}
Original file line number Diff line number Diff line change 41
41
run : npm ci
42
42
43
43
- name : Lint
44
- run : npm run lint:eslint --no-error-on-unmatched-pattern
44
+ run : npm run lint:ts
Original file line number Diff line number Diff line change 41
41
run : npm ci
42
42
43
43
- name : Lint
44
- run : npm run lint:remark
44
+ run : npm run lint:markdown
Original file line number Diff line number Diff line change 24
24
with :
25
25
subjectPattern : ^(?![A-Z]).+$
26
26
subjectPatternError : |
27
- The subject " {subject}" found in the pull request title " {title}"
27
+ The subject ' {subject}' found in the Pull Request title ' {title}'
28
28
didn't match the configured pattern. Please ensure that the subject
29
29
doesn't start with an uppercase character.
30
30
env :
You can’t perform that action at this time.
0 commit comments