Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/mark-stale-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# This affects only Issues but at some point we may also consider rules for PRs

name: Mark and Close Stale Issues
name: Mark or Close Stale Issues

on:
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@v9
with:
# Only mark issues (not PRs) as stale
only-issue-labels: 'stat:awaiting-response'
any-of-labels: 'stat:awaiting-response'
days-before-stale: 30
days-before-close: 30
stale-issue-label: 'Stale'
Expand Down