Commit 738c1942 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 10970a83
...@@ -4,15 +4,12 @@ on: ...@@ -4,15 +4,12 @@ on:
schedule: schedule:
# Every day at 00:00 # Every day at 00:00
- cron: "0 0 * * *" - cron: "0 0 * * *"
workflow_dispatch:
jobs: jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps: steps:
- uses: actions/stale@v4.0.0 - uses: actions/stale@v4.0.0
with: with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment