Skip to content

Bump actions/checkout from 3 to 4 #203

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #203

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for adding your first issue. We will be looking into it as soon as possible.'
pr-message: 'Thanks for your first PR. We really appreciate it!'