Skip to content

Commit

Permalink
Update pr-labeler.yml (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau authored Feb 13, 2024
1 parent 6c53630 commit a824d61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const maintainers = ['jfuss', 'hoffa', 'awood45', 'aahung', 'hawflau', 'mndeveci', 'ssenchenko', 'qingchm', 'moelasmar', 'xazhao', 'mildaniel', 'marekaiv', 'torresxb1', 'lucashuy', 'hnnasit', 'sriram-mv', 'dependabot[bot]']
const maintainers = [
'aws-sam-cli-bot',
'hawflau', 'mndeveci',
'mildaniel', 'marekaiv',
'lucashuy', 'hnnasit', 'jysheng123', 'bentvelj', 'sidhujus', 'dependabot[bot]'
]
if (maintainers.includes(context.payload.sender.login)) {
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down

0 comments on commit a824d61

Please sign in to comment.