From ccc51fcd408afb1ea1b335875ae5652a31fce71c Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 8 Sep 2020 21:11:19 +0200 Subject: [PATCH] Execute stale action on push --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8bd7b5c7..0df84802 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,7 @@ name: Mark stale issues and pull requests on: + push: schedule: - cron: "0 19 * * *"