Skip to content

Commit

Permalink
Update fabricbot.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo authored Oct 18, 2023
1 parent 2932942 commit 7896f6e
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,41 +177,6 @@
}
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "PullRequestResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "prMatchesPattern",
"parameters": {
"matchRegex": "dotnet\-desktop\-guide\\/[A-z\\/\\d\\-]*\\/[A-z\\-\\d]*\\.md"
}
}
]
},
"eventType": "pull_request",
"eventNames": [
"pull_request",
"issues",
"project_card"
],
"taskName": "Insert preview link",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "[Internal preview link](https://review.docs.microsoft.com/dotnet/fundamentals/?branch=pr-en-us-${number})"
}
}
]
},
"disabled": true
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down

0 comments on commit 7896f6e

Please sign in to comment.