feat(main.py): Add multiple iteration functionality and results summary and graph #481
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
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. | |
*PLEASE DON'T FORGET TO ADD YOUR EMAIL USING THE AUTH LINK* | |
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://metafy.social/signup | |
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. | |
*PLEASE DON'T FORGET TO ADD YOUR EMAIL USING THE AUTH LINK* | |
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://metafy.social/signup | |
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 |