Skip to content

Commit

Permalink
[hotfix][CI] Fix Stale label automatically removed without update act…
Browse files Browse the repository at this point in the history
…ivity

This closes #3621.
  • Loading branch information
yuxiqian authored Sep 25, 2024
1 parent a5b666a commit 17c0dc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/close_stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
This pull request has been closed because it has not had recent activity. You could reopen it
if you try to continue your work, and anyone who are interested in it are encouraged to continue
work on this pull request.
close-pr-label: stale
remove-pr-stale-when-updated: true
remove-issue-stale-when-updated: true
labels-to-add-when-unstale: 'waiting for review'
# Auto-remove stale has conflicts with existing approve label workflows
# and will result in Stale label missing.
remove-pr-stale-when-updated: false
remove-issue-stale-when-updated: false

0 comments on commit 17c0dc4

Please sign in to comment.