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 9f4feac commit 8fa4a05Copy full SHA for 8fa4a05
.github/workflows/new_issue.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
add-comment:
8
- if: ${{ !contains( 'willmcgugan,darrenburns,davep,rodrigogiraoserrao', github.actor ) }}
+ if: ${{ !contains( 'darrenburns,davep,rodrigogiraoserrao', github.actor ) }}
9
runs-on: ubuntu-latest
10
permissions:
11
issues: write
0 commit comments