File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
permissions :
11
11
pull-requests : write
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Get PR author
15
15
id : get-author
16
16
run : |
30
30
- name : Auto-approve if author is able to write and contains only doc change
31
31
id : doc-change
32
32
if : steps.author-permission.outputs.require-result == 'true'
33
- uses : actions/github-script@v6
33
+ uses : actions/github-script@v7
34
34
with :
35
35
github-token : ${{ secrets.GITHUB_TOKEN }}
36
36
script : |
Original file line number Diff line number Diff line change 1
- CODEOWNERS @ aws-solutions-library-samples/maintainers
1
+ * @ yubingjiaocn @ bnusunny
2
+ CODEOWNERS @ aws-solutions-library-samples/maintainers @ yubingjiaocn
2
3
/.github /workflows /maintainer_workflows.yml @ aws-solutions-library-samples/maintainers
3
4
/.github /solutionid_validator.sh @ aws-solutions-library-samples/maintainers
You can’t perform that action at this time.
0 commit comments