Skip to content

Commit 7aca303

Browse files
authored
Added a reminder for the breaking-change process (#47412)
* Added a reminder for the breaking-change process * Assressing PR feedback
1 parent 6470682 commit 7aca303

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/fabricbot.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,6 +3628,46 @@
36283628
}
36293629
]
36303630
}
3631+
},
3632+
{
3633+
"taskType": "trigger",
3634+
"capabilityId": "IssueResponder",
3635+
"subCapability": "PullRequestResponder",
3636+
"version": "1.0",
3637+
"config": {
3638+
"conditions": {
3639+
"operator": "and",
3640+
"operands": [
3641+
{
3642+
"name": "labelAdded",
3643+
"parameters": {
3644+
"label": "breaking-change"
3645+
}
3646+
}
3647+
]
3648+
},
3649+
"eventType": "pull_request",
3650+
"eventNames": [
3651+
"pull_request",
3652+
"issues",
3653+
"project_card"
3654+
],
3655+
"taskName": "Breaking change actions reminder",
3656+
"actions": [
3657+
{
3658+
"name": "addLabel",
3659+
"parameters": {
3660+
"label": "needs-breaking-change-announcement"
3661+
}
3662+
},
3663+
{
3664+
"name": "addReply",
3665+
"parameters": {
3666+
"comment": "Thanks for identifying a breaking change.\n\n${assignees}, after you commit this PR please take the following actions, as part of the breaking changes announcement process:\n\\n- [ ] Create an announcement issue by using the [ASP.NET Core breaking change](https://github.com/aspnet/Announcements/issues/new?assignees=&labels=Breaking+change&template=breaking-change.yaml&title=%5BBreaking+change%5D%3A+) issue template.\n\\n- [ ] Link the breaking change announcement issue from this PR.\n\\n- [ ] Remove the `needs-breaking-change-announcement` label."
3667+
}
3668+
}
3669+
]
3670+
}
36313671
}
36323672
],
36333673
"userGroups": []

0 commit comments

Comments
 (0)