Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update repository files (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro authored Nov 13, 2023
1 parent 362dcb8 commit 28a5d70
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 28a5d70

Please sign in to comment.