File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : cron
2
2
on :
3
+ workflow_dispatch : null
3
4
schedule :
4
5
- cron : 0 0 * * 0
5
6
7
+ permissions :
8
+ contents : write
9
+ pull-requests : write
10
+
6
11
jobs :
7
- check -unicode-alias-update :
8
- name : check -unicode-alias-update
12
+ update -unicode-alias :
13
+ name : update -unicode-alias
9
14
runs-on : ubuntu-latest
10
15
steps :
11
16
- name : Checkout
18
23
run : npm run update:unicode-alias
19
24
- name : Format
20
25
run : npm run eslint-fix
21
- - name : Check changes
22
- run : |
23
- git add --all && \
24
- git diff-index --cached HEAD --stat --exit-code
26
+ - uses : peter-evans/create-pull-request@v6
27
+ with :
28
+ commit-message : Updates unicode property alias resource with latest
29
+ branch : update-unicode-alias
30
+ branch-suffix : timestamp
31
+ title : Updates unicode property alias resource with latest
You can’t perform that action at this time.
0 commit comments