Skip to content

chore(deps): bump the github-actions group across 1 directory with 4 updates #71

chore(deps): bump the github-actions group across 1 directory with 4 updates

chore(deps): bump the github-actions group across 1 directory with 4 updates #71

---
name: Social Interaction
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
contents: read
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: github.actor != 'dependabot[bot]'
steps:
- 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!"