Skip to content

Commit 5fd0909

Browse files
authored
fix: Update maintainer aliases (#7906)
* update maintainer aliases * fix alias
1 parent 7dd4c08 commit 5fd0909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-labeler.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
script: |
2626
const maintainers = [
2727
'aws-sam-cli-bot',
28-
'hawflau', 'mndeveci',
29-
'mildaniel', 'marekaiv',
30-
'lucashuy', 'hnnasit', 'jysheng123', 'bentvelj', 'sidhujus', 'dependabot[bot]'
28+
'seshubaws', 'valerena',
29+
'Vandita2020', 'roger-zhangg',
30+
'mbfreder', 'vicheey', 'rachdry', 'dependabot[bot]'
3131
]
3232
if (maintainers.includes(context.payload.sender.login)) {
3333
github.rest.issues.addLabels({

0 commit comments

Comments
 (0)