Skip to content

Commit 86d0363

Browse files
Added first-interaction workflow (LEGO#16)
1 parent 963e2fd commit 86d0363

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: First interaction
2+
on:
3+
pull_request_target:
4+
types:
5+
- opened
6+
issues:
7+
types:
8+
- opened
9+
10+
jobs:
11+
first-interaction:
12+
runs-on: ubuntu-latest
13+
name: First interaction
14+
steps:
15+
- uses: actions/first-interaction@v1
16+
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
issue-message: 'Welcome to AsyncAPI.NET. Thank you ${{ github.event.pull_request.user.login }} for reporting your first issue. Please check out our [contributors guide](https://github.com/LEGO/AsyncAPI.NET/blob/main/CONTRIBUTION.md).'
19+
pr-message: 'Thank you ${{ github.event.pull_request.user.login }} for your first pull request to AsyncAPI.NET repository. Please check out our [contributors guide](https://github.com/LEGO/AsyncAPI.NET/blob/main/CONTRIBUTION.md).'

0 commit comments

Comments
 (0)