Skip to content

chore(main): release 4.0.0 #389

chore(main): release 4.0.0

chore(main): release 4.0.0 #389

---
name: Social Interaction
on:
issues:
pull_request:
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@1dbfe1ba5525b8257e1f259b09745bee346d62d8 # v1.2.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!"