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
Copy file name to clipboardExpand all lines: .github/workflows/first-interaction.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@ jobs:
15
15
- uses: actions/first-interaction@v1
16
16
with:
17
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/ByteBardOrg/AsyncAPI.NET/blob/main/CONTRIBUTING.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/ByteBardOrg/AsyncAPI.NET/blob/main/CONTRIBUTING.md).'
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/ByteBardOrg/AsyncAPI.NET/blob/vnext/CONTRIBUTING.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/ByteBardOrg/AsyncAPI.NET/blob/vnext/CONTRIBUTING.md).'
0 commit comments