Skip to content

build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5 in the minor-and-patch-action-updates group #1936

build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5 in the minor-and-patch-action-updates group

build(deps): bump actions/dependency-review-action from 4.3.4 to 4.3.5 in the minor-and-patch-action-updates group #1936

---
name: Social Interaction
on: [pull_request, issues]
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@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.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!"