feat(FLY-2319): add release branch drift detection workflow#475
Open
Freshenext wants to merge 2 commits into
Open
feat(FLY-2319): add release branch drift detection workflow#475Freshenext wants to merge 2 commits into
Freshenext wants to merge 2 commits into
Conversation
Port the detection-only release-drift workflow from LPS (FLY-2292, rsksmart/liquidity-provider-server#987) to LBC. - scripts/check-release-drift.mjs: self-contained Node detector, copied byte-identical from LPS so the cross-repo copies stay in sync. Excluded from eslint (not typed project source) and prettier (kept verbatim). - .github/workflows/release-drift.yml: weekly schedule + PR-opened + manual dispatch; pins Node 20.15.1 to match the rest of LBC CI. - docs/release-drift.md: LBC-adapted adoption/usage guide, incl. note on the v2.5.0-fixes / -testnet-deploy branches matching the standard glob. - Keep the standard branch glob v[0-9]*.[0-9]*.[0-9]* (accept the extra branches rather than risk excluding a real release branch). - gitignore the generated drift-report.md / merge-status.json artifacts.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
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.
Port the detection-only release-drift workflow from LPS (FLY-2292, rsksmart/liquidity-provider-server#987) to LBC.