Skip to content

Commit a0bc64e

Browse files
authored
chore(workflows): Notifying all comments in issues, except from Amplify members (#1840)
1 parent 71782aa commit a0bc64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_issue_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# The type of runner that the job will run on
1919
runs-on: ubuntu-latest
2020

21-
if: ${{ !github.event.issue.pull_request && (contains(github.event.issue.labels.*.name, 'pending-response') || contains(github.event.issue.labels.*.name, 'closing soon')) }}
21+
if: ${{ !github.event.issue.pull_request && !contains(fromJSON('["palpatim", "brennanMKE", "diegocstn", "lawmicha", "harsh62", "thisisabhash", "ameter", "royjit", "atierian", "ukhan-amazon", "ruisebas", "phantumcode"]'), github.event.comment.user.login) }}
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:

0 commit comments

Comments
 (0)