Skip to content

test(deps): bump the npm group with 2 updates #1802

test(deps): bump the npm group with 2 updates

test(deps): bump the npm group with 2 updates #1802

---
name: Social Interaction
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions: {}
jobs:
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
egress-policy: block
allowed-endpoints: >
api.github.com:443
- uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0.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!"