docs(workflow): replace placeholder bonedigger TODO with real tracking issue - #982
Merged
Conversation
…g issue The TODO above the bonedigger lifecycle job claimed the pull_request: opened trigger had been removed, but it is still present in the on: block. It also referenced a placeholder issue (#TBD) that does not exist. Replace it with an accurate note describing the current behavior (the trigger fires, the upstream reusable workflow has no pull_request jobs, so every job is skipped) and point at the real tracker, #981. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out of #895, which is blocked upstream.
The TODO comment above the
lifecyclejob in.github/workflows/bonedigger.ymlwas stale on two counts:pull_request: openedtrigger should be restored, but that trigger is still present in theon:block.projectbluefin/bluefin#TBD, a placeholder that resolves to nothing.Verified against
projectbluefin/bonedigger/.github/workflows/lifecycle.yml@d530767(v1): it defines onlyon-issue-opened(guardedgithub.event_name == 'issues') andon-issue-comment. There is nopull_requesthandling, so PR-opened events dispatch the reusable workflow and every job is skipped.Replaced with an accurate NOTE pointing at #981, which tracks the actual decision (drop the trigger, or add PR jobs upstream).
Validation:
just checkandpre-commit run --all-filesboth pass (includes actionlint and the action-pinning linters).