Skip to content

Commit

Permalink
Merge pull request #12433 from NuGet/dev-hengliu-addadoNotAutoClose
Browse files Browse the repository at this point in the history
Add a "do not auto close" label
  • Loading branch information
heng-liu authored Feb 14, 2023
2 parents d62ea57 + d033f1e commit 3af0ca4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
{
"name": "addReply",
"parameters": {
"comment": "This PR has been automatically marked as stale because it has no activity for **30 days**. It will be closed if no further activity occurs **within another 15 days** of this comment. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch."
"comment": "This PR has been automatically marked as stale because it has no activity for **30 days**. It will be closed if no further activity occurs **within another 15 days** of this comment, unless it has a \"Status:Do not auto close\" label. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch."
}
}
]
Expand Down Expand Up @@ -687,6 +687,12 @@
"parameters": {
"days": 15
}
},
{
"name": "noLabel",
"parameters": {
"label": "Status:Do not auto close"
}
}
],
"taskName": "[stale PR] [5-5] Close PRs with no activity over 15 days after warn (except Community PRs)",
Expand Down

0 comments on commit 3af0ca4

Please sign in to comment.