From e4f2d6139a802e659c571f581763eddeee715e2f Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 18 Dec 2020 13:02:34 -0500 Subject: stale: fix error in definition (#740) This should fix the error, and also allows us to manually trigger the workflow. --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7097a662..cec1311b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,6 @@ name: Mark and close stale pull requests -#on: +on: workflow_dispatch # schedule: # - cron: "0 0 * * *" # Daily @ 00:00 -- cgit v1.2.3