-
-
Notifications
You must be signed in to change notification settings - Fork 1
27 lines (23 loc) · 1.01 KB
/
community.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
on:
fork:
push:
branches: [ main ]
issues:
types: [ opened ]
issue_comment:
types: [ created ]
pull_request_target:
types: [ opened ]
pull_request_review_comment:
types: [ created ]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Devs-Dungeon/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>Welcome to the DEVs Dungeon Community :rocket:</h1>'
pr-message: '<h1>Welcome to the DEVs Dungeon Community :nerd_face:</h1>'
footer: 'If you would like to collaborate on Open-Source Projects, Kaggle, CodeChef & Codeforces Competitions, and would like to do it with an amazing community, then join our <a href="https://discord.gg/ceMXzhfaka">Discord Server</a> and our <a href="https://github.com/Devs-Dungeon">GitHub Organisation</a>. Here we help, guide and encourage each other to contribute & collaborate on various projects & hackathons 😎.'