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
#This action is centrally managed in https://github.com/asyncapi/.github/
2
2
#Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo
3
3
4
-
name: Welcome first time contributors
4
+
#########
5
+
#disabled because of https://github.com/asyncapi/.github/issues/73
6
+
#########
5
7
6
-
on:
7
-
pull_request_target:
8
-
types:
9
-
- opened
10
-
issues:
11
-
types:
12
-
- opened
8
+
# name: Welcome first time contributors
13
9
14
-
jobs:
15
-
welcome:
16
-
runs-on: ubuntu-latest
17
-
steps:
18
-
- uses: actions/first-interaction@v1
19
-
with:
20
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
21
-
issue-message: |
22
-
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) and the instructions about a [basic recommended setup](https://github.com/asyncapi/.github/blob/master/git-workflow.md) useful for opening a pull request.
10
+
# on:
11
+
# pull_request_target:
12
+
# types:
13
+
# - opened
14
+
# issues:
15
+
# types:
16
+
# - opened
23
17
24
-
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out [this issue](https://github.com/asyncapi/asyncapi/issues/115).
18
+
# jobs:
19
+
# welcome:
20
+
# runs-on: ubuntu-latest
21
+
# steps:
22
+
# - uses: actions/first-interaction@v1
23
+
# with:
24
+
# repo-token: ${{ secrets.GITHUB_TOKEN }}
25
+
# issue-message: |
26
+
# Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) and the instructions about a [basic recommended setup](https://github.com/asyncapi/.github/blob/master/git-workflow.md) useful for opening a pull request.
25
27
28
+
# Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out [this issue](https://github.com/asyncapi/asyncapi/issues/115).
26
29
27
-
pr-message: |
28
-
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our [contributors guide](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) and the instructions about a [basic recommended setup](https://github.com/asyncapi/.github/blob/master/git-workflow.md) useful for opening a pull request.
29
30
30
-
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out [this issue](https://github.com/asyncapi/asyncapi/issues/115).
31
+
# pr-message: |
32
+
# Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our [contributors guide](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md) and the instructions about a [basic recommended setup](https://github.com/asyncapi/.github/blob/master/git-workflow.md) useful for opening a pull request.
33
+
34
+
# Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out [this issue](https://github.com/asyncapi/asyncapi/issues/115).
0 commit comments