Skip to content

Commit 3418c85

Browse files
Update thank-you-issue_ci.yml
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
1 parent 6bb7abc commit 3418c85

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/thank-you-issue_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
jobs:
1010
comment:
1111
if: |
12-
github.event.issue.author_association == 'NONE' ||
13-
github.event.issue.author_association == 'CONTRIBUTOR'
12+
github.actor != 'creativecodecat'
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/github-script@v9.0.0

0 commit comments

Comments
 (0)