Skip to content

Commit f03d67f

Browse files
authored
chore: update maintainer list in new_issue action (#2337)
1 parent 2353825 commit f03d67f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/new_issue_maintainer.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ permissions:
1010
jobs:
1111
maintainer-opened:
1212
runs-on: ubuntu-latest
13-
if: ${{ !github.event.issue.pull_request && contains(fromJSON('["palpatim", "brennanMKE", "diegocstn", "lawmicha", "harsh62", "thisisabhash", "ameter", "royjit", "atierian", "ukhan-amazon", "ruisebas", "phantumcode"]'), github.event.issue.user.login) }}
13+
if: |
14+
!github.event.issue.pull_request &&
15+
contains(fromJSON('["palpatim", "brennanMKE", "5d", "harsh62", "thisisabhash", "ameter", "royjit", "atierian", "ukhan-amazon", "ruisebas", "phantumcode"]'), github.event.issue.user.login) ||
16+
contains(fromJSON('["drochetti", "mikepschneider", "lawmicha", "dcipoletti", "dpilch", "manueliglesias", "svidgen", "david-mcafee", "poojamat", "AaronZyLee", "marcvberg", "iartemiev", "phani-srikar", "sundersc", "alharris-at", "yeung-wah", "manaswi223"]'), github.event.issue.user.login)
1417
steps:
1518
- name: add message if maintainer opened
1619
shell: bash

0 commit comments

Comments
 (0)