Welcome New Contributors #1388
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: "First Time Contributor" | |
on: | |
schedule: | |
- cron: "*/10 * * * *" | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fjeremic/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: |- | |
Thank you for supporting the project $GITHUB_ACTOR, and congratulations on your | |
first contribution!👏 A project committer will shortly review your contribution. | |
In the meantime, please skim over the | |
contribution guidelines to which all pull requests must adhere. We welcome you to the GDSC community! 🤝 | |
We hope to see you around!🤝 |