Skip to content

Mentorship Program documents: Mentor/mentee guides and showrunning Doc #8

Mentorship Program documents: Mentor/mentee guides and showrunning Doc

Mentorship Program documents: Mentor/mentee guides and showrunning Doc #8

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.