Collect and publish mentor resources #3
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-interaction | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
check_for_first_interaction: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/first-interaction@main | |
with: | |
repo-token: ${{ secrets.WP_TOKEN }} | |
issue-message: | | |
Hello! Thank you for filing an issue. | |
If this is a bug report, please include relevant logs to help us debug the problem. |