Skip to content

Commit eca9db0

Browse files
committed
Update Github Actions
1 parent 3f5bcad commit eca9db0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pr-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Get PR author
1515
id: get-author
1616
run: |
@@ -30,7 +30,7 @@ jobs:
3030
- name: Auto-approve if author is able to write and contains only doc change
3131
id: doc-change
3232
if: steps.author-permission.outputs.require-result == 'true'
33-
uses: actions/github-script@v6
33+
uses: actions/github-script@v7
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
script: |

CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
CODEOWNERS @aws-solutions-library-samples/maintainers
1+
* @yubingjiaocn @bnusunny
2+
CODEOWNERS @aws-solutions-library-samples/maintainers @yubingjiaocn
23
/.github/workflows/maintainer_workflows.yml @aws-solutions-library-samples/maintainers
34
/.github/solutionid_validator.sh @aws-solutions-library-samples/maintainers

0 commit comments

Comments
 (0)