Skip to content

ci(deps): bump the github-actions group with 3 updates #1823

ci(deps): bump the github-actions group with 3 updates

ci(deps): bump the github-actions group with 3 updates #1823

---
name: Social Interaction
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions: {}
jobs:
greeting:
name: 👋 First Interaction Greeting
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: github.actor != 'dependabot[bot]'
steps:
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
disable-sudo-and-containers: true
allowed-endpoints: >
api.github.com:443
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
continue-on-error: true
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!"