Skip to content

chore(deps): bump actions/checkout from 2.3.3 to 4.1.0 #92

chore(deps): bump actions/checkout from 2.3.3 to 4.1.0

chore(deps): bump actions/checkout from 2.3.3 to 4.1.0 #92

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: 'Welcome your first issue here, thanks'
pr-message: 'Welcome your first pr here, thanks'