From b8ebdd0c6e2d1f84c421a93bd67717955f8293db Mon Sep 17 00:00:00 2001 From: quentinchampenois <26109239+Quentinchampenois@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:38:52 +0100 Subject: [PATCH] ci: Add stale bot configuration --- .github/workflows/staled-bot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/staled-bot.yml diff --git a/.github/workflows/staled-bot.yml b/.github/workflows/staled-bot.yml new file mode 100644 index 0000000000..d0118cf4e6 --- /dev/null +++ b/.github/workflows/staled-bot.yml @@ -0,0 +1,11 @@ +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '0 8 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - name: Stale bot Action + uses: OpenSourcePolitics/staled-bot@master \ No newline at end of file