Skip to content

Commit

Permalink
don't close and mark PR as stale for customer-reported PR (Azure#21837)
Browse files Browse the repository at this point in the history
* don't close and mark PR as stable for customer-reported PR

* Update fabricbot.json
  • Loading branch information
ruowan authored and kayousef committed Dec 21, 2022
1 parent 40afec7 commit aed96d6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -3123,6 +3123,12 @@
"label": "no-recent-activity"
}
},
{
"name": "noLabel",
"parameters": {
"label": "customer-reported"
}
},
{
"name": "isPr",
"parameters": {}
Expand Down Expand Up @@ -3225,6 +3231,12 @@
"parameters": {
"days": 14
}
},
{
"name": "noLabel",
"parameters": {
"label": "customer-reported"
}
}
],
"taskName": "Close stale PR (no update for 30 days)",
Expand Down Expand Up @@ -4168,7 +4180,7 @@
"pathFilter": [
"specification/loadtestservice/"
],
"exclude":[
"exclude": [
""
]
},
Expand All @@ -4177,7 +4189,7 @@
"pathFilter": [
"specification/maps/"
],
"exclude":[
"exclude": [
""
]
},
Expand All @@ -4186,7 +4198,7 @@
"pathFilter": [
"specification/purview/"
],
"exclude":[
"exclude": [
""
]
},
Expand Down

0 comments on commit aed96d6

Please sign in to comment.