Skip to content

QR Code Generator with text in html #7

QR Code Generator with text in html

QR Code Generator with text in html #7

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: |
👋 Hi there! Thank you for opening your first issue on this project!
We appreciate you taking the time to contribute to our community. 🎉
A maintainer will review your issue and respond as soon as possible. In the meantime, please make sure you've provided all the necessary information.
If you have any questions, feel free to ask in the comments below.
Happy coding! 🚀
---
**Maintainers:** @HarshitPachori @ayushHardeniya
pr-message: |
🎉 Congratulations on opening your first Pull Request!
Thank you for contributing to our project! We're excited to review your contribution. 🌟
**Before your PR is reviewed, please make sure:**
- ✅ Your code follows our style guidelines
- ✅ You've tested your changes
- ✅ You've updated relevant documentation
- ✅ All CI checks pass
A maintainer will review your PR soon. Please be patient and feel free to ask questions in the comments if needed.
Don't forget to add yourself to `Contributor.md` once your PR is merged! 🎊
---
**Maintainers:** @HarshitPachori @ayushHardeniya