Update stale.yml

This commit is contained in:
William Harrison
2025-04-04 14:51:35 +08:00
committed by GitHub
parent af39d20f90
commit 2487d8284b
+6 -4
View File
@@ -1,12 +1,14 @@
name: StaleBOT
name: Stale
on:
workflow_dispatch:
schedule:
- cron: "30 14 * * *"
- cron: "0 12 * * *"
workflow_dispatch:
jobs:
stale:
label:
name: Label
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3