Skip to content

Contribute a project #92

Contribute a project

Contribute a project #92

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: "Congratulations!!πŸŽ‰ and Thank you for raising the issue! πŸ™Œ Our maintainer will review it and keep you posted. Your contribution is appreciated. πŸš€ Stay tuned for updates! 🌟"
pr-message: "Congratulations!!πŸŽ‰ and Thank you for the open pull request! πŸ™Œ Our maintainer will review it and provide feedback soon. Your contribution is valued. πŸš€ We'll keep you posted on progress! 🌟"