From 28a5d70c1424596666a56a219bb1dcee3e35a1f6 Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:33:09 -0500 Subject: [PATCH] Update repository files (#32) --- .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