Skip to content

👨‍💻 Add a Backend Project #30

👨‍💻 Add a Backend Project

👨‍💻 Add a Backend Project #30

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 @${{ github.actor }} for opening an issue! Our team will review it soon. Stay tuned!"
pr-message: "🎉 Thanks @${{ github.actor }} for your PR! A maintainer will review it shortly. We appreciate your contribution!"