From 40f5cb5cf800ee5d7088b15907bf13da8cf09519 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 9 Oct 2023 11:19:06 +0200 Subject: [PATCH] ci: use reusable stale bot workflow --- .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 00000000..d9410ae9 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,13 @@ +name: Close stale issues + +on: + schedule: + - cron: "30 12 * * *" + +jobs: + stale: + permissions: + issues: write + pull-requests: write + + uses: hetznercloud/.github/.github/workflows/stale.yml@main