Skip to content

Commit

Permalink
ci: fix labels syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yardexx committed Jun 10, 2024
1 parent 0dd1192 commit 77c2a5b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/issue_watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ on:
jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v9.0.0
with:
days-before-issue-stale: 14
stale-issue-message: "This issue has been labeled as stale because it has been for 14 days without any activity."
stale-issue-label: "stale"
days-before-issue-close: 14
close-issue-message: "This issue has been closed because it has been for 14 days without any activity since labeled as stale."
any-of-labels: |
waiting for response
can't reproduce
invalid
wontfix
duplicate
any-of-issue-labels: "waiting for response,can't reproduce,invalid,wontfix,duplicate"
debug-only: true

0 comments on commit 77c2a5b

Please sign in to comment.