Greetings #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: | |
fork: | |
push: | |
branches: [main] | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "**Hey, ${{ github.actor }}!** 👋 Thank you for opening an issue in **Nexus**! \n\n - We're thrilled to have your feedback and ideas. Here's how you can stay connected and contribute further 😊: \n\n - 💖 **Star Our Repo**: Show your support by starring our [GitHub repository](https://github.com/nexus-lb/nexus). Your stars inspire us to keep improving! \n\n - 🎉 **Join Our [Discord](https://discord.gg/YnABU7tdU3)**: Jump into the conversation on our Discord. Collaborate, share ideas, or just say hi—we'd love to hear from you! 💬 \n\n - 📱 **Follow Us on [LinkedIn](https://www.linkedin.com/company/nexuslb/)**: Stay updated with the latest news and milestones by following our official LinkedIn page. \n\n - 🌟 **Follow Our [GitHub Organization]((https://github.com/nexus-lb)** - Don't miss out on the amazing projects under the Nexus banner. \n\n - Thanks for being part of our journey. We can't wait to collaborate with you! 💪✨" | |
pr-message: "Thank you, ${{ github.actor }}, for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making Ezyshop better. 🎉 " |