Skip to content

Commit

Permalink
Add duplicated label to stale plugin (#33729)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Nov 20, 2024
1 parent 68a9804 commit 6828ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
days-before-pr-stale: -1
days-before-close: -1
stale-issue-label: "stale"
any-of-issue-labels: "status: need more info,type: question"
any-of-issue-labels: "status: need more info,type: question,type: duplicate"
operations-per-run: 100
remove-stale-when-updated: true
stale-issue-message: >
Expand Down

0 comments on commit 6828ec8

Please sign in to comment.