From 05e8f33bd3a09be372b0471259d478b1cf1cf976 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 8 Sep 2020 16:57:20 +0100 Subject: [PATCH] Fix "stale" github action (#2956) * Fix github action trigger for stale * Add .github to jekyll exclude list --- .github/workflows/stale.yml | 3 ++- _config.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0db00c2f340ff9..6ea4c6afd1e422 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,8 @@ name: "Mark stale PRs" on: schedule: - - cron: "0 0 * * *" + # Run this every hour, so we are not spammed with changes at once. Later we could consider changing this to once a day. + - cron: "0 * * * *" jobs: stale: diff --git a/_config.yml b/_config.yml index 7d8c2e3b767b96..0ec7238bd14159 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,7 @@ defaults: layout: "eip" exclude: + - .github - Gemfile - Gemfile.lock - node_modules