Browse Source

[GH-Actions][scale] Allow to run it manually

MAGIC 4 năm trước cách đây
mục cha
commit
0f49600023
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/close_old_issues_and_prs.yml

+ 1 - 1
.github/workflows/close_old_issues_and_prs.yml

@@ -3,7 +3,7 @@ on:
   schedule:
     # Once every day at midnight UTC
     - cron: "0 0 * * *"
-  #workflow_dispatch:
+  workflow_dispatch:
 
 jobs:
   stale: