Skip to content

Commit

Permalink
Don't unlabel stale PR on update (pandas-dev#36487)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaxton authored and Kevin D Smith committed Nov 2, 2020
1 parent 889e808 commit 5fd1983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
exempt-pr-labels: "Needs Review,Blocked,Needs Discussion"
days-before-stale: 30
days-before-close: -1
remove-stale-when-updated: true
remove-stale-when-updated: false
debug-only: false

0 comments on commit 5fd1983

Please sign in to comment.