Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pulls-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 3 additions & 1 deletion docs/release/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
```

Expand Down
Loading