EIPs/.github/workflows/greetings.yml
Alex Beregszaszi 7d6fbcb465
Add configuration for marking stale PRs (#2949)
* Add configuration for marking stale PRs

* Move to the right place

* Add 'greeting' for new contributors

* Better wording for close-pr-message

Co-authored-by: Micah Zoltu <micah@zoltu.net>

* Better wording for stale-pr-message

Co-authored-by: Micah Zoltu <micah@zoltu.net>
2020-09-08 10:25:42 +01:00

14 lines
508 B
YAML

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Since this is your first issue, we kindly remind you to check out [EIP-1](https://eips.ethereum.org/EIPS/eip-1) for guidance.'
pr-message: 'Since this is your first pull request, we kindly remind you to check out [EIP-1](https://eips.ethereum.org/EIPS/eip-1) for guidance.'