SRE-715: Add PR-title preflight workflow + bump SHA pins#151
Conversation
Wires the new reusable preflight-pr-title.yml workflow into this repo's preflight chain, and bumps every hashintel/.github reusable-workflow SHA pin (preflight + housekeeping) to e12e306 in one atomic change. Renovate would have done the bump on its next pass; doing it here keeps the change reviewable as a single PR. The new check enforces that human-authored PR titles include a Linear issue ID (e.g. H-1234, BE-5678) in the prefix segment. Bot-authored PRs (hash-worker, dependabot, ...) are skipped automatically.
PR SummaryMedium Risk Overview Updates the pinned Reviewed by Cursor Bugbot for commit 3817e08. Bugbot is set up for automated code reviews on this repo. Configure here. |
🤖 Augment PR SummarySummary: Adds a preflight PR-title check to enforce Linear issue IDs in human-authored PR titles. 🤖 Was this summary useful? React with 👍 or 👎 |
Summary
preflight-pr-title.ymlworkflow into this repo's preflight chain.hashintel/.githubreusable-workflow SHA pin (preflight + housekeeping) toe12e306in one atomic change — Renovate would have done the bump on its next pass; doing it here keeps the change reviewable as a single PR.The new check enforces that human-authored PR titles include a Linear issue ID (e.g.
H-1234,BE-5678) in the prefix segment. Bot-authored PRs (hash-worker[bot],dependabot[bot], …) are skipped automatically.Related: SRE-715, follow-up of the source change in hashintel/.github#65 (H-6402 was the original rollout of the preflight chain).
Test plan
PR titlejob runs and passes on this PR (title containsSRE-715)