1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-16 13:51:23 +01:00

Add workflow to refactor new contributors (#7912)

This commit is contained in:
Vedansh 2024-12-20 14:33:26 +05:30 committed by GitHub
parent 00c288855e
commit 2b07b2d4cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 1 deletions

33
.github/workflows/greetings.yml vendored Normal file
View File

@ -0,0 +1,33 @@
name: ❤️ Greetings
on:
issues:
types: [opened]
pull_request_target:
branches: [master]
types: [opened]
jobs:
greet:
name: Greet New Contributors
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
🙌 Hello! Thank you for taking the time to file an issue.
If this is a bug report, please include any relevant logs or details that can help us debug the problem. Your help is greatly appreciated! 💡
We'll get back to you as soon as possible, kindly be patient for a response from a maintainer.
pr-message: |
🎉 Warm regards and welcome! Thank you for your first ever contribution to **Roadmap.sh**!
We appreciate your effort and enthusiasm. Before diving in, we kindly ask you to take a moment to go through our [Contribution Guidelines](https://github.com/kamranahmedse/developer-roadmap/blob/master/contributing.md) 📘 to ensure your contribution aligns with the project's standards and goals.
If you are fixing a bug, please reference the associated issue number in your pull request description. 🐛
If you're working on a new feature, feel free to check with the community on [discord](https://roadmap.sh/discord) to ensure the feature will be accepted. *Also, kindly refrain pinging the maintainer(s).* 🚀
Thanks for choosing to contribute, and for making this project better! 🌟

View File

@ -43,7 +43,7 @@ jobs:
## Updated all Dependencies to Latest Versions.
> [!IMPORTANT]
> This PR Upgrades the Dependencies to the Latest Their Versions.
> This PR Upgrades the Dependencies to the their latest versions.
>
> Commit: ${{ github.sha }}
> Workflow Path: ${{ github.workflow_ref }}