Weekly report dialog: make sure they select an option and enter email on save #718
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: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Welcome and thanks for raising this issue!\nWe strive to reply within 48h and will reply as fast as possible." | |
pr-message: "Welcome and thank you for contributing! Please make sure you keep Work In Progress as a draft until it is read to be reviewed." |