Skip to content

Commit a0ead2b

Browse files
Create community.yml
1 parent c7571dd commit a0ead2b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/community.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [ main ]
5+
issues:
6+
types: [ opened ]
7+
issue_comment:
8+
types: [ created ]
9+
pull_request_target:
10+
types: [ opened ]
11+
pull_request_review_comment:
12+
types: [ created ]
13+
14+
jobs:
15+
16+
welcome:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v1
20+
- uses: Drive-for-Java/gh-action-community/src/welcome@main
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
issue-message: '<h1>Welcome to the DEVs Dungeon Community :rocket:</h1>'
24+
pr-message: '<h1>Welcome to the DEVs Dungeon Community :nerd_face:</h1>'
25+
footer: 'If you would like to collaborate on Open-Source Projects'

0 commit comments

Comments
 (0)