diff --git a/.github/workflows/pulls-opened.yml b/.github/workflows/pulls-opened.yml index c9b2c6904b0..939a7b4cff5 100644 --- a/.github/workflows/pulls-opened.yml +++ b/.github/workflows/pulls-opened.yml @@ -38,6 +38,7 @@ jobs: User impact if declined: Testing completed (on daily, beta, etc.): Introduces or modifies localizable strings (yes/no): + Skips a database migration (yes/no): Risk to taking this patch (and alternatives if risky): run: | if gh pr view "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --json comments \ diff --git a/docs/release/RELEASE.md b/docs/release/RELEASE.md index 30991ccecd6..eed30498b5a 100644 --- a/docs/release/RELEASE.md +++ b/docs/release/RELEASE.md @@ -104,7 +104,9 @@ Template for uplift requests: Original Issue/Pull request: Regression caused by (issue #): User impact if declined: -Testing completed (on daily, etc.): +Testing completed (on daily, beta, etc.): +Introduces or modifies localizable strings (yes/no): +Skips a database migration (yes/no): Risk to taking this patch (and alternatives if risky): ```