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