Closed
Description
🔖 Feature description
Description:
This pull request introduces a "Greetings" workflow, designed to automatically send a warm, customized welcome to users who open new pull requests in this repository.
Key Features:
- Automatic Greeting: New contributors receive instant, personalized messages that acknowledge their efforts:
- For Pull Requests: "🎉 Hi @${{ github.actor }}! Thank you for your pull request—your work brings us closer to our goals! A maintainer will review your submission shortly. We’re grateful for your effort and commitment."
This addition enhances contributor engagement by making the repository more welcoming and responsive to new participants.
🎤 Why is this feature needed ?
Implementation Details:
- Added a workflow file,
greetings.yml
, in the.github/workflows
directory. - Configured the workflow to trigger on both new issues and pull requests.
- Leveraged the
actions/first-interaction
action to handle customized greeting messages.
✌️ How do you aim to achieve this?
Key Features:
- Automatic Greeting: New contributors receive instant, personalized messages that acknowledge their efforts:
- For Pull Requests: "🎉 Hi @${{ github.actor }}! Thank you for your pull request—your work brings us closer to our goals! A maintainer will review your submission shortly. We’re grateful for your effort and commitment."
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
Its now available for other contributors
Activity
github-actions commentedon Oct 30, 2024
Thank you for creating this issue! 🎉 We'll look into it as soon as possible.
kom-senapati commentedon Oct 31, 2024
You can do for pr one
priyanshuverma-dev commentedon Nov 10, 2024
@kom-senapati May I work on this issue.
I will add following:
pr_raise.yaml
pr_merge.yaml
7 remaining items