Skip to content

chore: bump actions/first-interaction from 1.3.0 to 2.0.0 #183

chore: bump actions/first-interaction from 1.3.0 to 2.0.0

chore: bump actions/first-interaction from 1.3.0 to 2.0.0 #183

Workflow file for this run

name: Greetings
on:
pull_request:
issues:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
greetings:
name: Handle Greetings
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Handle Greetings
uses: actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for raising your first issue - all contributions to this project are welcome!"
pr-message: "Thank you for raising your first pull request - all contributions to this project are welcome!"