We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c229d45 commit cbfe644Copy full SHA for cbfe644
.github/workflows/stars.yml
@@ -0,0 +1,11 @@
1
+name: Stars
2
+
3
+on:
4
+ watch:
5
+ types: [started]
6
7
+jobs:
8
+ notify:
9
+ uses: BirjuVachhani/shared-workflows/.github/workflows/stars.yml@main
10
+ secrets:
11
+ ntfy_url: ${{ secrets.NTFY_TOPIC }}
0 commit comments