ソースを参照

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

MAGIC 4 年 前
コミット
0f49600023
1 ファイル変更1 行追加1 行削除
  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: