ci: add dgb/pool-pillars-port to PR branch filters (symmetry) - #102
Closed
frstrtr wants to merge 1 commit into
Closed
ci: add dgb/pool-pillars-port to PR branch filters (symmetry)#102frstrtr wants to merge 1 commit into
frstrtr wants to merge 1 commit into
Conversation
Mirror the canonical pull_request.branches allow-list on master so the dgb pool-pillars-port arc gets CI on PRs into it, matching the existing btc-embedded and dash-spv-embedded entries. Additive only: two filter lines in build.yml and coin-matrix.yml, no job or behavior change. Redundant once pool-pillars-port merges up; keeps the list consistent and avoids the ZERO-CI footgun for the next contributor.
Owner
Author
|
Closing as duplicate of #101. Dedup-check (ci-steward + integrator independent diff verify): #101 adds dgb/pool-pillars-port to BOTH push: and pull_request: branch lists in build.yml + coin-matrix.yml; #102 touches only the pull_request: line — a strict subset, byte-identical to lines #101 already adds. Goal fully met by #101. [merge: #101, close #102 as dup], operator pre-approved dedup-then-merge. |
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.
Additive-only: appends
dgb/pool-pillars-portto thepull_request.branchesallow-list in build.yml and coin-matrix.yml, mirroring the existingbtc-embeddedanddash-spv-embeddedentries already on master.Why: btc-embedded and dash-spv-embedded are on master for symmetry; leaving dgb out makes the canonical filter list inconsistent and invites the next contributor to hit the ZERO-CI footgun before their branch merges up. Redundant once pool-pillars-port lands, but the consistency is cheap (two filter lines, no job/behavior change).
Scope: 2 lines, both
pull_request.branchesonly. No push-trigger or job changes.Merge-gated: holding for operator push-approval per standing rule.