Skip to content

Commit

Permalink
Update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro committed Nov 13, 2023
1 parent 8f10b2c commit 0ba5293
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 0ba5293

Please sign in to comment.