Skip to content

docs + fix(ci): v1.7.0 docs and release trigger reliability#34

Merged
GraysonCAdams merged 3 commits intomainfrom
docs/v1.7.0-updates
Mar 1, 2026
Merged

docs + fix(ci): v1.7.0 docs and release trigger reliability#34
GraysonCAdams merged 3 commits intomainfrom
docs/v1.7.0-updates

Conversation

@GraysonCAdams
Copy link
Copy Markdown
Collaborator

@GraysonCAdams GraysonCAdams commented Mar 1, 2026

Summary

  • Update docs for v1.7.0: feed sort order, push test endpoint, new components
  • Remove paths-ignore from security workflow so security-status always reports on PRs
  • Add workflow_run fallback trigger to release-pr-checks so checks fire even if close/reopen fails
  • Improve close/reopen mechanism with state verification and retry logic

Test plan

  • Security workflow triggers on this PR (previously blocked docs-only PRs)
  • CI checks pass
  • Next release cycle: verify release PR checks auto-trigger reliably

The security-status check is required by branch protection, but
paths-ignore prevented the workflow from running on docs-only PRs.
The changes job already handles skipping heavy scans for non-code
changes, so paths-ignore is redundant and causes merge blocks.
- Add workflow_run fallback trigger to release-pr-checks.yml so checks
  run even if the close/reopen mechanism fails to fire events
- Add state verification and retry logic to the close/reopen step
- Use outputs to pass PR HEAD SHA between jobs for both trigger types
@GraysonCAdams GraysonCAdams changed the title docs: update api, architecture, and notifications for v1.7.0 docs + fix(ci): v1.7.0 docs and release trigger reliability Mar 1, 2026
@GraysonCAdams GraysonCAdams merged commit 653f4b0 into main Mar 1, 2026
16 checks passed
@GraysonCAdams GraysonCAdams deleted the docs/v1.7.0-updates branch March 1, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant