Skip to content

start other project #243

start other project

start other project #243

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: 'Thanks for opening up your first issue!'
pr-message: 'Thanks for sending out your first PR!'