From e5bf8f2d7238b4b493d1b0706af3416008648f06 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 14 Nov 2022 16:50:33 +0100 Subject: [PATCH] Create stale.yml --- .github/workflows/stale.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 0000000..7ee1477 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,12 @@ +name: Mark stale issues + +on: + schedule: + - cron: '0 1 * * *' + + workflow_dispatch: + +jobs: + stale: + uses: configcat/.github/.github/workflows/stale.yml@master + secrets: inherit \ No newline at end of file