|
1 | 1 | name: 'Greetings' |
2 | 2 |
|
3 | 3 | on: |
| 4 | + fork: |
4 | 5 | push: |
5 | | - branches: |
6 | | - - main |
| 6 | + branches: [main] |
7 | 7 | issues: |
8 | | - types: |
9 | | - - opened |
10 | | - pull_request: |
11 | | - types: |
12 | | - - opened |
| 8 | + types: [opened] |
13 | 9 | pull_request_target: |
14 | | - types: |
15 | | - - opened |
| 10 | + types: [opened] |
16 | 11 |
|
17 | 12 | jobs: |
18 | 13 | welcome: |
19 | 14 | runs-on: ubuntu-latest |
20 | | - |
21 | 15 | steps: |
22 | | - # Checkout repository |
23 | | - - name: Checkout code |
24 | | - uses: actions/checkout@v2 |
25 | | - |
26 | | - # Sending a custom greeting message to issues and PRs |
27 | | - - name: Welcome new issue or PR |
28 | | - uses: actions/first-interaction@v1.1.0 |
| 16 | + - uses: actions/checkout@v1 |
| 17 | + - uses: EddieHubCommunity/gh-action-community/src/welcome@main |
29 | 18 | with: |
30 | | - repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 19 | + github-token: ${{ secrets.GITHUB_TOKEN }} |
31 | 20 | issue-message: | |
32 | | - Welcome, @${{ github.actor }}! Your issue is like a spark that ignites innovation. We're thrilled to dive into it and work together to find a solution. |
| 21 | + 🚀 Great Job! @${{ github.actor }}! |
| 22 | +
|
| 23 | + Your issue isn't just a submission—it's the spark that ignites creativity and pushes boundaries! ⚡ Because here, your ideas matter. Your code matters. You matter. 🚀 |
| 24 | +
|
| 25 | + At DevDisplay, we believe every idea has the power to create waves in the tech world. Your contribution is helping shape a platform built by developers, for developers. |
| 26 | +
|
| 27 | + Think of DevDisplay as your own project, not just another open-source contribution. We're not just a platform—we're a global movement redefining the tech space. Our vision is to be the go-to platform for developers and tech enthusiasts worldwide. |
| 28 | +
|
| 29 | + 🚀 Innovation has no limits! |
| 30 | + We encourage you to think beyond the ordinary. Got a revolutionary idea? Spot a gap in the tech world? DevDisplay can be the solution! We want contributors like you to dream big, build bold, and bring game-changing features to life. |
| 31 | +
|
| 32 | + 🌍 DevDisplay is more than an open-source project. It's a global tech hub, a thriving community, and a platform where you can connect, collaborate, code, create, and conquer. |
| 33 | +
|
| 34 | + 🔥 Keep pushing boundaries—we're just getting started! |
| 35 | + If you put your 💯 into creating something exceptional, you could even join our Global Core Team and also you can lead DevDisplay as a Community Leader in your area, college, or university. |
| 36 | +
|
| 37 | + Get ready to make an impact — Stay engaged—this is just the beginning of something amazing! 🔥 |
| 38 | +
|
| 39 | + ## **💡 Before diving in, make sure to:** |
| 40 | + **✅ Add your profile to DevDisplay—because this is the first step in becoming a contributor.** |
| 41 | + **⭐ Star the repository to show your support and stay updated with new features!** |
| 42 | + |
| 43 | + ### If you've already done both—you're all set, so just chill and enjoy the journey! 😎🔥 |
| 44 | +
|
| 45 | + --- |
| 46 | +
|
| 47 | + ## **💡 Your issue is now in review!** |
| 48 | + - **Our maintainers will soon review your issue, provide feedback/suggestions, and assign it to you—then you can start working on it! 🚀 Stay tuned, stay engaged, and get ready to bring your ideas to life! 💡** |
| 49 | +
|
| 50 | + --- |
| 51 | +
|
33 | 52 | pr-message: | |
34 | | - Great job, @${{ github.actor }}! 🎉 Thank you for opening a pull request. Your contribution is valuable and we appreciate your efforts to improve our project. |
35 | | - Soon the maintainers/owner will review it and provide you with feedback/suggestions. |
36 | | -
|
37 | | - # Optional: Adding logging for better error handling and debugging |
38 | | - - name: Log event data |
39 | | - run: | |
40 | | - echo "Actor: ${{ github.actor }}" |
41 | | - echo "Event: ${{ github.event_name }}" |
42 | | - echo "Event Payload: ${{ toJson(github.event) }}" |
| 53 | + 🎉 Incredible work, @${{ github.actor }}! 🚀 |
| 54 | +
|
| 55 | + 🔥 **Welcome to DevDisplay — A space where developers and all the tech enthusiasts can connect, collaborate, code, create, and conquer in the tech ecosystem.** |
| 56 | +
|
| 57 | + At DevDisplay, we don't just welcome contributors—we celebrate them! 🎊 Because here, your ideas matter. Your code matters. You matter. 🚀 |
| 58 | +
|
| 59 | + 💡 This isn't just about adding your profile. It's about making an impact, showcasing your skills, and standing out in the developer ecosystem. |
| 60 | +
|
| 61 | + Think of DevDisplay as your own project, not just another open-source contribution. We're not just a platform—we're a global movement redefining the tech space. Our vision is to be the go-to platform for developers and tech enthusiasts worldwide. |
| 62 | +
|
| 63 | + 🚀 Innovation has no limits! |
| 64 | + We encourage you to think beyond the ordinary. Got a revolutionary idea? Spot a gap in the tech world? DevDisplay can be the solution! We want contributors like you to dream big, build bold, and bring game-changing features to life. |
| 65 | +
|
| 66 | + 🌍 DevDisplay is more than an open-source project. It's a global tech hub, a thriving community, and a platform where you can connect, collaborate, code, create, and conquer. |
| 67 | +
|
| 68 | + 🔥 Keep pushing boundaries—we're just getting started! |
| 69 | + If you put your 💯 into creating something exceptional, you could even join our Global Core Team and also you can lead DevDisplay as a Community Leader in your area, college, or university. |
| 70 | +
|
| 71 | + --- |
| 72 | + |
| 73 | + ## **💡 Your issue is now in review!** |
| 74 | + - **Our maintainers will soon review your PR and provide feedback/suggestions. 🚀 Stay tuned, stay engaged, and get ready to bring your ideas to life! 💡** |
| 75 | +
|
| 76 | + --- |
| 77 | +
|
| 78 | + footer: | |
| 79 | + 📢 **Have ideas to improve DevDisplay?** Let us know! We're always looking for **innovative minds** to shape the future of tech. |
| 80 | +
|
| 81 | + 💬 **Join the conversation. Grow with the community. You belong here.** 🙌 |
| 82 | + - **🚀 Join DevDisplay GitHub DevDisplay Discussions**: [DevDisplay Discussions](https://github.com/codeaashu/DevDisplay/discussions) |
| 83 | +
|
| 84 | + --- |
| 85 | +
|
| 86 | + ### **📢 Join Our Global Developer Communities & Connect with Innovators:** |
| 87 | + - **🚀 Join DevDisplay Discord Community**: [Discord Community](https://discord.gg/chyt2UgTv5) |
| 88 | + - **📱 Join DevDisplay WhatsApp Community**: [WhatsApp Community](https://chat.whatsapp.com/Dcl21sgGDIpHURESSuH0p4) |
| 89 | +
|
| 90 | + 📩 **Need Help? Reach Out to the Team:** |
| 91 | + - 📧 **Organization Email**: team@devdisplay.org |
| 92 | +
|
| 93 | + 💻 **Follow DevDisplay on Social Media & Stay Updated:** |
| 94 | + - **GitHub Organization**: [DevDisplay GitHub](https://github.com/devdisplay) |
| 95 | + - **LinkedIn**: [DevDisplay LinkedIn](https://www.linkedin.com/company/devdisplay/) |
| 96 | + - **Twitter (X)**: [DevDisplay Twitter](https://x.com/devdisplay_) |
| 97 | + - **Instagram**: [DevDisplay Instagram](https://www.instagram.com/devdisplay/) |
| 98 | +
|
| 99 | + 🔥 **🌟 Thank You for Being Here!** |
0 commit comments