mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
action (#6239)
This commit is contained in:
5
.github/workflows/auto-close-issue.yml
vendored
5
.github/workflows/auto-close-issue.yml
vendored
@@ -1,4 +1,4 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user