We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7571dd commit a0ead2bCopy full SHA for a0ead2b
.github/workflows/community.yml
@@ -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
11
+ pull_request_review_comment:
12
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