Skip to content

chore: bump actions/first-interaction from 1.3.0 to 3.1.0 #223

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

chore: bump actions/first-interaction from 1.3.0 to 3.1.0 #223

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@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.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!"