Skip to content

Commit ef096bd

Browse files
committed
ci: add star gratitude workflow
1 parent 6185d50 commit ef096bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/star.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Star gratitude
2+
3+
on:
4+
star:
5+
types: [created]
6+
7+
jobs:
8+
thank-you:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Thank you!
12+
run: |
13+
echo "Thanks for starring! 🙏"
14+
echo "Check out our live demos at https://huggingface.co/my-ai-stack"

0 commit comments

Comments
 (0)