Skip to content

Commit 15b9f5d

Browse files
Use servicing template text in backport bot (#38601)
1 parent 465f929 commit 15b9f5d

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

.github/workflows/backport.yml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,48 @@ jobs:
5252
5353
/cc %cc_users%
5454
55+
# {PR title}
56+
57+
Summary of the changes (Less than 80 chars)
58+
59+
## Description
60+
61+
{Detail}
62+
63+
Fixes #{bug number} (in this specific format)
64+
5565
## Customer Impact
5666
57-
## Testing
67+
{Justification}
68+
69+
## Regression?
70+
71+
- [ ] Yes
72+
- [ ] No
73+
74+
[If yes, specify the version the behavior has regressed from]
5875
5976
## Risk
77+
78+
- [ ] High
79+
- [ ] Medium
80+
- [ ] Low
81+
82+
[Justify the selection above]
83+
84+
## Verification
85+
86+
- [ ] Manual (required)
87+
- [ ] Automated
88+
89+
## Packaging changes reviewed?
90+
91+
- [ ] Yes
92+
- [ ] No
93+
- [ ] N/A
94+
95+
----
96+
97+
## When servicing release/2.1
98+
99+
- [ ] Make necessary changes in eng/PatchConfig.props

0 commit comments

Comments
 (0)