From a3fc872afbcfe09328f5d5d6218245877c73fcbc Mon Sep 17 00:00:00 2001 From: Alexandr Date: Sat, 2 Dec 2023 19:42:45 +0200 Subject: [PATCH] ci: temporary disable stale theme pr closer workflow --- .github/workflows/stale-theme-pr-closer.yaml | 23 ++++++++++---------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/stale-theme-pr-closer.yaml b/.github/workflows/stale-theme-pr-closer.yaml index 1387cdb9..433ac373 100644 --- a/.github/workflows/stale-theme-pr-closer.yaml +++ b/.github/workflows/stale-theme-pr-closer.yaml @@ -1,16 +1,17 @@ name: Close stale theme pull requests that have the 'invalid' label. on: - schedule: - # ┌───────────── minute (0 - 59) - # │ ┌───────────── hour (0 - 23) - # │ │ ┌───────────── day of the month (1 - 31) - # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) - # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) - # │ │ │ │ │ - # │ │ │ │ │ - # │ │ │ │ │ - # * * * * * - - cron: "0 0 */7 * *" + # schedule: + # # ┌───────────── minute (0 - 59) + # # │ ┌───────────── hour (0 - 23) + # # │ │ ┌───────────── day of the month (1 - 31) + # # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # # │ │ │ │ │ + # # │ │ │ │ │ + # # │ │ │ │ │ + # # * * * * * + # - cron: "0 0 */7 * *" + workflow_dispatch: permissions: actions: read