From 86e865e5b9bedae5198d3c2c1442b893e2949675 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 9 Oct 2023 15:55:44 +0000 Subject: [PATCH] chore: Update .github/workflows/stale.yml [skip ci] --- .github/workflows/stale.yml | 13 +++++++++++++ 1 file changed, 13 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..16d65d7 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,13 @@ +name: Close and mark stale issue + +on: + schedule: + - cron: '0 0 * * *' + +permissions: + issues: write + pull-requests: write + +jobs: + stale: + uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3