-
Notifications
You must be signed in to change notification settings - Fork 0
63 lines (50 loc) · 2.42 KB
/
greetings.yml
File metadata and controls
63 lines (50 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: 👋 Greetings
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: 👋 Greet Issue Authors
if: github.event_name == 'issues'
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 **Welcome to Java**
Thank you for opening an issue! 🎉
We're excited to help you on your Java learning journey. Our team will review your issue and get back to you soon.
**Quick Tips:**
- 📖 Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines
- 🔍 Search existing issues to avoid duplicates
- 💡 Be specific and include relevant details
**Learning Resources:**
- Start with [Day 01](Day%2001%20-%20Java%20Basics%20and%20Setup/) if you're new
- Check the [main README](README.md) for an overview
- Join our community discussions!
Happy coding! 🚀
- name: 🎉 Greet Pull Request Authors
if: github.event_name == 'pull_request'
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
🎉 **Thank you for your contribution to Java!**
We're thrilled to see your pull request! This helps make Java learning better for everyone. 🌟
**What happens next:**
- ✅ Our team will review your changes
- 🔍 We'll check that everything follows our guidelines
- 💬 We might ask for small adjustments if needed
- 🚀 Once approved, your contribution will be merged!
**While you wait:**
- 📖 Review our [CONTRIBUTING.md](https://github.com/Zemerik/Java/blob/main/CONTRIBUTING.md) if you haven't already
- 🧪 Make sure your code compiles and runs correctly
- 📝 Check that documentation is clear and helpful
**Your contribution helps:**
- 📚 Students learn Java more effectively
- 🌍 Build a better learning community
- 🚀 Improve the learning experience for everyone
Thank you for being part of our Java learning journey! 💪