Skip to content

Commit 00f7880

Browse files
authored
Add area-infrastructure label to wtgodbe's PRs (#47262)
1 parent f9cc9e1 commit 00f7880

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/fabricbot.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,6 +3594,40 @@
35943594
}
35953595
]
35963596
}
3597+
},
3598+
{
3599+
"taskType": "trigger",
3600+
"capabilityId": "IssueResponder",
3601+
"subCapability": "PullRequestResponder",
3602+
"version": "1.0",
3603+
"config": {
3604+
"conditions": {
3605+
"operator": "and",
3606+
"operands": [
3607+
{
3608+
"name": "isActivitySender",
3609+
"parameters": {
3610+
"user": "wtgodbe"
3611+
}
3612+
}
3613+
]
3614+
},
3615+
"eventType": "pull_request",
3616+
"eventNames": [
3617+
"pull_request",
3618+
"issues",
3619+
"project_card"
3620+
],
3621+
"taskName": "Add area-infrastructure to wtgodbe's PRs",
3622+
"actions": [
3623+
{
3624+
"name": "addLabel",
3625+
"parameters": {
3626+
"label": "area-infrastructure"
3627+
}
3628+
}
3629+
]
3630+
}
35973631
}
35983632
],
35993633
"userGroups": []

0 commit comments

Comments
 (0)