CI Maintainer Workflow¶
Summary¶
This workflow is for the engineer who owns the pull request automation rather than the Collector config itself.
Workflow¶
- Add the Meridian action to the workflow.
- select the config path, runtime engine, and optional assertions file
- ensure the job has
pull-requests: writewhen PR comments are desired - verify artifacts, step summary, and PR comment behavior in a test pull request
- teach reviewers where Meridian evidence lives
What matters operationally¶
CI maintainers should care most about:
- deterministic action behavior
- machine-readable
cioutput - artifact retention
- permissions for PR comment updates
- runner compatibility with the selected engine
Common mistakes¶
- using
containerdon a runner that does not havenerdctl - treating the PR comment as the only evidence surface
- ignoring uploaded artifacts when the summary is insufficient