.github/workflows/release_actions.yml 🔗
@@ -1,3 +1,5 @@
+name: Release Actions
+
on:
release:
types: [published]
Shish created
.github/workflows/release_actions.yml | 2 ++
.github/workflows/update_all_top_ranking_issues.yml | 2 ++
.github/workflows/update_weekly_top_ranking_issues.yml | 2 ++
3 files changed, 6 insertions(+)
@@ -1,3 +1,5 @@
+name: Release Actions
+
on:
release:
types: [published]
@@ -1,3 +1,5 @@
+name: Update All Top Ranking Issues
+
on:
schedule:
- cron: "0 */12 * * *"
@@ -1,3 +1,5 @@
+name: Update Weekly Top Ranking Issues
+
on:
schedule:
- cron: "0 15 * * *"