Skip to content

💡[Feature]: Add a Testimonials page #91

💡[Feature]: Add a Testimonials page

💡[Feature]: Add a Testimonials page #91

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: "Thank you for creating this issue! 🎉 We'll look into it as soon as possible."
pr-message: "Thank you for submitting your pull request! 🙌 We'll review it as soon as possible."