Skip to content

Commit

Permalink
Fix: Inspector findings missing from report (#6692, PR #6700)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Nov 13, 2024
2 parents 17dadfa + df02128 commit 2bfc8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Connected issue: #0000

### Operator

- [ ] At least one hour has passed since `anvildev.shared` was last deployed
- [ ] At least 24 hours have passed since `anvildev.shared` was last deployed
- [ ] Ran `script/export_inspector_findings.py` against `anvildev`, imported results to [Google Sheet](https://docs.google.com/spreadsheets/d/1RWF7g5wRKWPGovLw4jpJGX_XMi8aWLXLOvvE5rxqgH8) and posted screenshot of relevant<sup>1</sup> findings as a comment on the connected issue.
- [ ] Propagated the `deploy:shared`, `deploy:gitlab`, `deploy:runner` and `backup:gitlab` labels to the next promotion PRs <sub>or this PR carries none of these labels</sub>
- [ ] Propagated any specific instructions related to the `deploy:shared`, `deploy:gitlab`, `deploy:runner` and `backup:gitlab` labels, from the description of this PR to that of the next promotion PRs <sub>or this PR carries none of these labels</sub>
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def emit(t: T, target_branch: str):
*iif(t is T.upgrade, [
{
'type': 'cli',
'content': 'At least one hour has passed since `anvildev.shared` was last deployed'
'content': 'At least 24 hours have passed since `anvildev.shared` was last deployed'
},
{
'type': 'cli',
Expand Down

0 comments on commit 2bfc8ca

Please sign in to comment.