Skip to content

Commit ee3c8cb

Browse files
chore: update check-files.yml and bump mpl (#2271)
1 parent 2130fab commit ee3c8cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
# unfortunately we can't check if the approver is part of the CODEOWNERS. This is a subset of aws/aws-crypto-tools-team
1616
# to add more allowlisted approvers just modify this env variable
17-
maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, rishav-karanjit, antonf-amzn, kessplas
17+
maintainers: ShubhamChaturvedi7, lucasmcdonald3, josecorella, rishav-karanjit, antonf-amzn, kessplas, sharmabikram
1818
steps:
1919
- uses: actions/checkout@v6
2020
with:
@@ -28,7 +28,7 @@ jobs:
2828
# we require multiple approvers if any of those files change
2929
# when adding any release file, it must be appended with *release
3030
# we also want to check if there are changes to this file
31-
echo "FILES=$(git diff --name-only origin/main origin/${GITHUB_HEAD_REF} .github/workflows/*release.yml .github/workflows/check-files.yml | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
31+
echo "FILES=$(git diff --name-only origin/v3.x-Java origin/${GITHUB_HEAD_REF} .github/workflows/*release.yml .github/workflows/check-files.yml | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
3232

3333
- name: Check if FILES is not empty
3434
id: comment

submodules/MaterialProviders

0 commit comments

Comments
 (0)