We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71782aa commit a0bc64eCopy full SHA for a0bc64e
.github/workflows/notify_issue_comment.yml
@@ -18,7 +18,7 @@ jobs:
18
# The type of runner that the job will run on
19
runs-on: ubuntu-latest
20
21
- if: ${{ !github.event.issue.pull_request && (contains(github.event.issue.labels.*.name, 'pending-response') || contains(github.event.issue.labels.*.name, 'closing soon')) }}
+ 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) }}
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
0 commit comments