Skip to content

Commit 6bb7abc

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
comment:
11+
if: |
12+
github.event.issue.author_association == 'NONE' ||
13+
github.event.issue.author_association == 'CONTRIBUTOR'
1114
runs-on: ubuntu-latest
1215
steps:
1316
- uses: actions/github-script@v9.0.0
@@ -21,4 +24,4 @@ jobs:
2124
body: `👋 Thanks for reporting!
2225
2326
We will get back to you soon about this issue.`
24-
})
27+
})

0 commit comments

Comments
 (0)