diff --git a/.github/workflows/AddIssueCommentWithLabel.yml b/.github/workflows/AddIssueCommentWithLabel.yml index d698e5ad9a8..e873a7b6361 100644 --- a/.github/workflows/AddIssueCommentWithLabel.yml +++ b/.github/workflows/AddIssueCommentWithLabel.yml @@ -1,5 +1,14 @@ name: Comment Issue when labeled non-security -on: +on: - name: First interaction + uses: actions/first-interaction@v1.3.0 + with: + # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} + repo-token: + # Comment to post on an individual's first issue + issue-message: # optional + # Comment to post on an individual's first pull request + pr-message: # optional + issues: types: [opened, labeled, unlabeled] @@ -22,4 +31,4 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} message-id: issueNoSecurityCommentBot message-path: | - .github/template/non-security-comment.md \ No newline at end of file + .github/template/non-security-comment.md