Skip to content

Commit

Permalink
chore: add jmdeal as maintainer (aws#4501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal authored Aug 25, 2023
1 parent cc9663f commit 742fa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maintainer-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
steps:
- shell: bash
run: |
MAINTAINERS="tzneal,ellistarn,akestner,bwagner5,billrayburn,suket22,njtran,chrisnegus,jonathan-innis,rtripat,engedaam"
MAINTAINERS="tzneal,ellistarn,akestner,bwagner5,billrayburn,suket22,njtran,chrisnegus,jonathan-innis,rtripat,engedaam,jmdeal"
USERNAME=${{ inputs.username }}
if [[ "$MAINTAINERS" != *"$USERNAME"* ]]; then
Expand Down

0 comments on commit 742fa8b

Please sign in to comment.