Skip to content

Commit 797e9e8

Browse files
authored
ci: update global workflows
1 parent 89fcb85 commit 797e9e8

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
#This action is centrally managed in https://github.com/asyncapi/.github/
22
#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
33

4-
name: Welcome first time contributors
4+
#########
5+
#disabled because of https://github.com/asyncapi/.github/issues/73
6+
#########
57

6-
on:
7-
pull_request_target:
8-
types:
9-
- opened
10-
issues:
11-
types:
12-
- opened
8+
# name: Welcome first time contributors
139

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
2317

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.
2527

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).
2629

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.
2930

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

Comments
 (0)