From 28a6fee8de07fd105de89ea75a1d8519c38e8683 Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:13:22 +0000 Subject: [PATCH] Update repository files --- .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..b0b1373 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,12 @@ +name: Stale +on: + schedule: + - cron: 0 11 * 1-2,11-12 1 + - cron: 0 10 * 3-10 1 + +jobs: + stale: + name: Stale + uses: Katsute/Workflows/.github/workflows/stale.yml@main + secrets: + token: ${{ secrets.BOT }} \ No newline at end of file