From e4b2751a523f5bd7c125cdb8786bbc4861fb5c33 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 16 Dec 2021 12:09:31 +0300 Subject: [PATCH] Set stale action to run on workflow dispatch --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 48451501..c26b4785 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,8 @@ name: Mark stale pull requests on: schedule: - - cron: "0 0 * * *" + - cron: "0 0 * * *" + workflow_dispatch permissions: pull-requests: write