Skip to content

Commit 2669929

Browse files
OttoAllmendingerllm-git
andcommitted
feat(scripts): add babylon btc staking typescript vendor config
Add vendor config for 'babylonlabs-io/btc-staking-ts' version 2.3.4 with necessary repository files to ignore and cherry-pick range. Issue: BTC-2143 Co-authored-by: llm-git <[email protected]>
1 parent e65d4eb commit 2669929

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

scripts/vendor-github-repo.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,30 @@ const vendorConfigs: VendorConfig[] = [
167167
end: '06110dd3e892df326261cd79ead158c28370add7',
168168
},
169169
},
170+
{
171+
org: 'babylonlabs-io',
172+
repo: 'btc-staking-ts',
173+
tag: 'v2.3.4',
174+
targetDir: 'modules/babylonlabs-io-btc-staking-ts',
175+
removeFiles: [
176+
'.eslintrc.json',
177+
'.github/',
178+
'.husky/',
179+
'.npmrc',
180+
'.nvmrc',
181+
'.prettierignore',
182+
'.prettierrc.json',
183+
'docs/',
184+
'tests/',
185+
'.releaserc.json',
186+
'.commitlint.config.cjs',
187+
'README.md',
188+
],
189+
cherryPick: {
190+
start: '8b8261b8b639d09cbe1223615797c18a2788cd89',
191+
end: '06110dd3e892df326261cd79ead158c28370add7',
192+
},
193+
},
170194
];
171195

172196
function getMatches(name: string, version: string | undefined): VendorConfig[] {

0 commit comments

Comments
 (0)