You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: resolving review comments of dev to main pr (398) (#415)
### Description
Resolving review comments of PR:
#398
- This PR addresses [this
comment](#398 (comment))
by removing redundant updates to both test-inventory and setup-workflow
for docs-only changes. Updating both is unnecessary since failure in
either prevents tests from running.
- Test runs:
https://github.com/splunk/splunk-add-on-for-amazon-web-services/actions/runs/15754544427/job/44407048288?pr=1486
- A few minor review comment changes were also made; they don't require
testing.
### Checklist
- [ ] `README.md` has been updated or is not required
- [ ] push trigger tests
- [ ] manual release test
- [ ] automated releases test
- [ ] pull request trigger tests
- [ ] schedule trigger tests
- [ ] workflow errors/warnings reviewed and addressed
### Testing done
(for each selected checkbox, the corresponding test results link should
be listed here)
Copy file name to clipboardExpand all lines: runbooks/update_appinspect_cli_action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Once Splunk AppInspect team releases AppInspect CLI - we need to make sure that
22
22
23
23
- create a PR in this repository with a new version of the action ([example PR](https://github.com/splunk/addonfactory-workflow-addon-release/pull/247))
24
24
- make sure that PR is towards `main` branch
25
-
- make sure the tile of the PR follows the format: "fix: update AppInspect CLI action to v.X.Y"
25
+
- make sure the title of the PR follows the format: "fix: update AppInspect CLI action to v.X.Y"
26
26
- make sure that the pipeline is green
27
27
- attach a link to a test run of reusable workflow
0 commit comments