You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]
9
+
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]
8
10
9
11
jobs:
10
12
greeting:
11
13
runs-on: ubuntu-latest
12
14
steps:
13
-
- uses: actions/first-interaction@v1
15
+
- uses: actions/first-interaction@v1.1.0
14
16
with:
15
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
18
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'
0 commit comments