Dashboard › publish › Distillation
62ba5f99-cbfd-44df-b5ea-328290cff7db["lore_tm_v1_wYTXMUjtCzlwDEsCpxrK4tGmudSg-9LmzHLjCyhdmfA","lore_tm_v1_Xj4I2HaAZAAgD6X23eApYK9g6effelgvUdUWBJvkGF8","lore_tm_v1_EJYjymB_bdvbcORmyF292DhtaweBQgDw-0ks3o9tBp0","lore_tm_v1_YT2VXsgo5nJZVy1sioy3XqG1A56bHEsaQoqV9UA5Nn8","lore_tm_v1_9eLOw5YeyQTZVS_jidoUZ2oTnNQWjz_48yZ2rNS5fv0","lore_tm_v1_JLWlmJLoQ6-7Y64HKizxGSkUdxXRMvJeNNCbGHjVBXc","lore_tm_v1_4_bGcvyngPtq639QUByAkreUOGCXv-9_-58Ylva9K2o","lore_tm_v1_nY5VMUnfNooKqJ0FMKnzPDAfrptEoGMQhRJcfRGYk4E","lore_tm_v1_k0hZEk_NRrTeRqiU8BkK0bv93KTOEFtHi38rdjfx3-c"]
Date: Sep 10, 2026
pull_request_target runs in the context of the base repository’s default branch rather than the PR merge commit; it can label or comment on fork PRs without executing unsafe head code, and should be avoided when building or running PR code.push workflows use the pushed ref’s tip commit, can run workflows not yet merged into the default branch, and revert associated SHA/refs to the default branch when a branch is deleted.workflow_dispatch UI button requires the workflow file on the default branch; after the workflow runs at least once, it can be dispatched against any branch or tag through the GitHub API or GitHub CLI.workflow_run supports completed, requested, and in_progress; requires the workflow file on the default branch; cannot chain more than 3 levels; and can access secrets and write tokens even when the preceding workflow was unprivileged.workflow_run triggers regardless of the preceding workflow’s conclusion; jobs can branch on github.event.workflow_run.conclusion == 'success' or github.event.workflow_run.conclusion == 'failure'.production has deployment_branch_policy.custom_branch_policies=true, deployment_branch_policy.protected_branches=false, can_admins_bypass=false, and a single custom deployment branch policy: branch main.d23441a48e516b6c34aea4fa41551a30e30af803, 2. 11d5960a326750d5838078e36cf38b85af677262, 3. bcd2ba49218906704ab6c1aa796996da409d3eb1, 4. 249970729cb0ef3589644e2896645e5dc5ba9c38, 5. 0057852bfaa89a56745cba8c7296529d2fc39830.actionlint is not installed.X-GitHub-Api-Version header; requests without it default to 2022-11-28, and unsupported versions return 410 Gone.2026-03-10 with no scheduled end of support and 2022-11-28 with support ending March 10, 2028.Deprecation and Sunset response headers.MUST-FIX, CONCERN, or PASS, with exact current file:line evidence, command results, and tree-integrity evidence.MERGE or DO-NOT-MERGE; if incomplete, the report must begin BLOCKED, state the exact tool/error, and end exactly DO-NOT-MERGE.