-
-
Notifications
You must be signed in to change notification settings - Fork 3
19 lines (18 loc) · 817 Bytes
/
first-interaction.yml
File metadata and controls
19 lines (18 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: First interaction
on:
pull_request_target:
types:
- opened
issues:
types:
- opened
jobs:
first-interaction:
runs-on: ubuntu-latest
name: First interaction
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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/ByteBardOrg/AsyncAPI.NET/blob/vnext/CONTRIBUTING.md).'
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/ByteBardOrg/AsyncAPI.NET/blob/vnext/CONTRIBUTING.md).'