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: on:
schedule: schedule:
...@@ -8,6 +8,9 @@ on: ...@@ -8,6 +8,9 @@ on:
jobs: jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 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