Skip to content

Commit 9ed8524

Browse files
authored
Merge pull request #9970 from coreycb/uplift-update
chore(ci): Add database migration to uplift template
2 parents 7b12242 + 584c44c commit 9ed8524

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pulls-opened.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
User impact if declined:
3939
Testing completed (on daily, beta, etc.):
4040
Introduces or modifies localizable strings (yes/no):
41+
Skips a database migration (yes/no):
4142
Risk to taking this patch (and alternatives if risky):
4243
run: |
4344
if gh pr view "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --json comments \

docs/release/RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ Template for uplift requests:
104104
Original Issue/Pull request:
105105
Regression caused by (issue #):
106106
User impact if declined:
107-
Testing completed (on daily, etc.):
107+
Testing completed (on daily, beta, etc.):
108+
Introduces or modifies localizable strings (yes/no):
109+
Skips a database migration (yes/no):
108110
Risk to taking this patch (and alternatives if risky):
109111
```
110112

0 commit comments

Comments
 (0)