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
require_in_step "$summary_publish_step"'CI_QUALITY_SUMMARY_RUN_ID'"PR quality summary publisher must receive verified workflow run id"
202
210
require_in_step "$summary_publish_step"'require("./scripts/ci-quality-summary-publish.js")'"PR quality summary publisher must use the shared CI publisher script"
203
211
204
-
require_in_step "$verify_step"'workflowPath !== ".github/workflows/ci.yml"'"semantic-review must verify the triggering workflow path"
212
+
require_in_step "$verify_step"'github.rest.actions.getWorkflow'"semantic-review must resolve static workflow metadata"
213
+
require_in_step "$verify_step"'workflow.name !== "CI"'"semantic-review must verify the static workflow name"
214
+
require_in_step "$verify_step"'workflow.path !== ".github/workflows/ci.yml"'"semantic-review must verify the static workflow path"
0 commit comments