Skip to content

Commit

Permalink
fix: Update maintainer aliases (#7906)
Browse files Browse the repository at this point in the history
* update maintainer aliases

* fix alias
  • Loading branch information
seshubaws authored Feb 28, 2025
1 parent 7dd4c08 commit 5fd0909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
script: |
const maintainers = [
'aws-sam-cli-bot',
'hawflau', 'mndeveci',
'mildaniel', 'marekaiv',
'lucashuy', 'hnnasit', 'jysheng123', 'bentvelj', 'sidhujus', 'dependabot[bot]'
'seshubaws', 'valerena',
'Vandita2020', 'roger-zhangg',
'mbfreder', 'vicheey', 'rachdry', 'dependabot[bot]'
]
if (maintainers.includes(context.payload.sender.login)) {
github.rest.issues.addLabels({
Expand Down

0 comments on commit 5fd0909

Please sign in to comment.