-
Notifications
You must be signed in to change notification settings - Fork 22
28 lines (22 loc) · 854 Bytes
/
star-reminder.yml
File metadata and controls
28 lines (22 loc) · 854 Bytes
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
name: Star Reminder
on:
issues:
types: [opened]
permissions:
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Add helpful comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
body: |
👋 Thanks for opening this issue!
If this tutorial collection is helping you learn LLMs, a quick ⭐ star would mean a lot!
Also, feel free to:
- 🍴 Fork this repo to create your own tutorials
- 📺 Check out the [YouTube channel](https://www.youtube.com/@atefataya) for video explanations
- 💬 Join the discussion in [GitHub Discussions](https://github.com/atef-ataya/Large-Language-Models-Tutorial/discussions)
Happy learning! 🚀