Commit a890832e by Archer Committed by GitHub

action (#6239)

parent b570ac24
name: Auto Close Stale Issues (Ignore PRs & Exclude features)
name: Auto Close Stale Issues
on:
schedule:
......@@ -8,6 +8,9 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v4
......
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 sign in to comment