We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1975166 commit f4133d5Copy full SHA for f4133d5
README.md
@@ -17,10 +17,13 @@ slack の過去ログを google sheet に書き出すツールです。
17
この返信は、9月のログを生成する際に取得されますが、10月のログには含まれません。
18
10/1 に9月分を取得してしまうと、 10/2 のスレッドはどこにも記録されずに失われてしまうことになります。
19
20
-github actions の制限により、60日間活動のなかったリポジトリは scheduled workflow が停止してしまいます。この問題について自動で継続する方法は現在のところありません。
+github actions の制限により、60日間活動のなかったリポジトリは scheduled workflow が停止してしまいます。
21
事前にメールで通知が来るので、メール内の指示に従って制限を解除してください。
22
https://github.community/t/no-notification-workflow-disabled-after-60-days/182169/5
23
24
+github のアカウントを有償のプランにするか、 self hosted runner を登録することで継続実行できるようです。
25
+https://docs.github.com/ja/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners
26
+
27
# 準備
28
29
## slack bot の作成、 token の取得
0 commit comments