Skip to content

Commit

Permalink
chore: fix reproduire label name (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru authored Feb 29, 2024
1 parent 7ae1d3a commit b834dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reproduire-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/stale@v9
with:
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
stale-issue-label: 'needs reproduction' # Label that flags an issue as stale.
only-labels: 'needs reproduction' # Only process these issues
stale-issue-label: 'needs-reproduction' # Label that flags an issue as stale.
only-labels: 'needs-reproduction' # Only process these issues
days-before-issue-close: 14
ignore-updates: true
remove-stale-when-updated: false
Expand Down

0 comments on commit b834dec

Please sign in to comment.