Add dependency guard backfill label trigger#87866
Merged
Merged
Conversation
Contributor
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: Add dependency guard backfill label trigger This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
Member
Author
|
Added the dependency guard backfill artifacts as a secret gist: https://gist.github.com/RomneyDa/bc631c36b8b5db86d90871f8f1a4abc1 Files included:
SHA-256: Verification run locally: node --test .tmp/dependency-guard-pr-audit/apply-dependency-guard-backfill-label.test.mjs |
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 29, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 30, 2026
* Revert "ci: isolate dependency guard backfill label (openclaw#87882)" This reverts commit c5b609e. * Revert "ci: add dependency guard backfill label trigger (openclaw#87866)" This reverts commit 019c776. * ci: preserve clawsweeper bot label filter
SYU8384
pushed a commit
to SYU8384/openclaw
that referenced
this pull request
Jun 3, 2026
SYU8384
pushed a commit
to SYU8384/openclaw
that referenced
this pull request
Jun 3, 2026
* Revert "ci: isolate dependency guard backfill label (openclaw#87882)" This reverts commit 21b33bd. * Revert "ci: add dependency guard backfill label trigger (openclaw#87866)" This reverts commit 5a64727. * ci: preserve clawsweeper bot label filter
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
* Revert "ci: isolate dependency guard backfill label (openclaw#87882)" This reverts commit 0d3f9c4. * Revert "ci: add dependency guard backfill label trigger (openclaw#87866)" This reverts commit 663f39e. * ci: preserve clawsweeper bot label filter
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.
Summary
Add a temporary
dependency-guard-backfilllabel trigger to the Dependency Guard workflow so maintainers can backfill the requireddependency-guardcheck on old open PR heads without requiring contributors to push, rebase, close/reopen, or rerun the rest of CI.labeledto thepull_request_targetactivity types.dependency-guard-backfill.Backfill Plan
This is the first step in a temporary three-PR backfill flow:
dependency-guard-backfill.The script/artifact bundle is attached in this PR's comments as a secret gist. It is resumable, dry-run by default, and applies the label in batches using local
ghauth unlessGH_TOKENis set.Verification
.github/workflows/dependency-guard.ymlwithyamland confirmed the trigger and job condition.git diff --check -- .github/workflows/dependency-guard.yml test/scripts/dependency-guard-workflow.test.ts