Skip to content

[Bug]:

[Bug]: #364

Workflow file for this run

---
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for opening this Issue! We really appreciate the feedback & testing from users like you!"
pr-message: "🎉 Thanks for opening this pull request! We really appreciate contributors like you! 🙌"