First Time Contributor #4193
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: | |
- name: Run First Interaction | |
uses: fjeremic/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: | | |
Thank you for supporting ScanAPI, and congratulations on your first contribution! A project committer will shortly review your contribution. | |
In the mean time, if you haven't had a chance please skim over the [First Pull Request Guide](https://github.com/scanapi/scanapi/wiki/First-Pull-Request) which all pull requests must adhere to. | |
We hope to see you around! | |
pr-label: First Contribution |