Apply suggestions from code review

Co-authored-by: Shigma <shigma10826@gmail.com>
This commit is contained in:
Nano 2025-02-08 14:46:34 +08:00 committed by GitHub
parent b58f392d3d
commit bbf12c6e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,12 @@
name: "Mark and close stale issues" name: "Mark and close stale issues"
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
jobs: jobs:
stale: stale:
if: ${{ github.repository == 'deepseek-ai/DeepSeek-R1' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Mark and close stale issues" - name: "Mark and close stale issues"