Skip to content

Commit b4570ab

Browse files
committed
github actions greeting
1 parent eccd20a commit b4570ab

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: 'Welcome New Contributors'
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request_target:
7+
types: [opened]
8+
9+
jobs:
10+
welcome-new-contributor:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: 'Greet the contributor'
14+
uses: garg3133/welcome-new-contributors@v1.2
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}
17+
issue-message: |
18+
Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.
19+
20+
We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos
21+
For being eligible for that, please authenticate yourself using this link:
22+
https://hacktoberfest.auth.metafy.social
23+
24+
Rewards : T-shirts & NFT ( for blockchain contributions )
25+
26+
Best of luck on your Contributions
27+
For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA
28+
pr-message: |
29+
Thank you for opening your first pull request in our repository, one of our maintainers will get in touch with you soon.
30+
31+
*DO NOT FORGET TO ADD METAMASK WALLET ADDRESS IN THE AUTH FORM*
32+
We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos
33+
For being eligible for that, please authenticate yourself using this link:
34+
https://hacktoberfest.auth.metafy.social
35+
36+
Rewards : T-shirts & NFT ( for blockchain contributions )
37+
38+
Best of luck on your Contributions
39+
For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA

0 commit comments

Comments
 (0)