Skip to content

Auto-generate AI training material & post on website #5674

Auto-generate AI training material & post on website

Auto-generate AI training material & post on website #5674

Workflow file for this run

name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for submitting an issue! :)'
pr-message: 'Thanks for submitting your first PR. This is the way to great software! ;-)'