From b4570aba70834469348752cbd8fc7f3a23560217 Mon Sep 17 00:00:00 2001 From: Advaita Saha Date: Sun, 25 Sep 2022 18:45:51 +0530 Subject: [PATCH 1/2] github actions greeting --- .github/workflows/greetings.yml | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..544f19f --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,39 @@ +name: 'Welcome New Contributors' + +on: + issues: + types: [opened] + pull_request_target: + types: [opened] + +jobs: + welcome-new-contributor: + runs-on: ubuntu-latest + steps: + - name: 'Greet the contributor' + uses: garg3133/welcome-new-contributors@v1.2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + issue-message: | + Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon. + + We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos + For being eligible for that, please authenticate yourself using this link: + https://hacktoberfest.auth.metafy.social + + Rewards : T-shirts & NFT ( for blockchain contributions ) + + Best of luck on your Contributions + For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA + pr-message: | + Thank you for opening your first pull request in our repository, one of our maintainers will get in touch with you soon. + + *DO NOT FORGET TO ADD METAMASK WALLET ADDRESS IN THE AUTH FORM* + We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos + For being eligible for that, please authenticate yourself using this link: + https://hacktoberfest.auth.metafy.social + + Rewards : T-shirts & NFT ( for blockchain contributions ) + + Best of luck on your Contributions + For further queries you can join our discord for support : https://discord.gg/W6PmEjjQsA \ No newline at end of file From f0c04833b806d09cd29fcc4a54ccd7ab066c1391 Mon Sep 17 00:00:00 2001 From: Advaita Saha Date: Sun, 25 Sep 2022 18:46:39 +0530 Subject: [PATCH 2/2] fix: text fixed --- .github/workflows/greetings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 544f19f..1c05275 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -28,7 +28,6 @@ jobs: pr-message: | Thank you for opening your first pull request in our repository, one of our maintainers will get in touch with you soon. - *DO NOT FORGET TO ADD METAMASK WALLET ADDRESS IN THE AUTH FORM* We at Metafy have some special rewards and swags for the top contributors in general repos and every contributor in web3 repos For being eligible for that, please authenticate yourself using this link: https://hacktoberfest.auth.metafy.social