Kaynağa Gözat

fix: stale.yml

tags/0.3.2
crazywoola 2 yıl önce
ebeveyn
işleme
c109b1a920
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3
    2
      .github/workflows/stale.yml

+ 3
- 2
.github/workflows/stale.yml Dosyayı Görüntüle



jobs: jobs:
stale: stale:

runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
issues: write issues: write
- uses: actions/stale@v5 - uses: actions/stale@v5
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Close due to it's no longer active, if you have any questions, you can reopen it.'
stale-pr-message: 'Close due to it's no longer active, if you have any questions, you can reopen it.'
stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
stale-issue-label: 'no-issue-activity' stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity' stale-pr-label: 'no-pr-activity'

Loading…
İptal
Kaydet