First Time Contributor #23868
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: "*/30 * * * *" | |
jobs: | |
triage: | |
if: github.repository == 'eclipse/omr' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fjeremic/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: |- | |
Thank you for supporting the project, 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 [contribution guidelines](https://github.com/eclipse/omr/blob/master/CONTRIBUTING.md#submitting-a-contribution) which all pull requests must adhere to. If the ECA pull request check fails, have a look at the instructions for signing the ECA in the [legal considerations](https://github.com/eclipse/omr/blob/master/CONTRIBUTING.md#legal-considerations) section. | |
If you run into any problems our community will be happy to assist you in any way we can. There are a number of recommended ways to [interact with the community](https://github.com/eclipse/omr#how-do-i-interact-with-the-community). We encourage you to ask questions, or drop by to say hello. | |
pr-label: 'first contribution' |