MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / ResolvedChannel

Interface ResolvedChannel

packages/bumpy/src/core/channels.ts:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6/** A channel config with all defaults applied */
7export interface ResolvedChannel {
8 name: string;
9 branch: string;
10 preid: string;
11 tag: string;
12 versionPr: {
13 title: string;
14 branch: string;
15 automerge: boolean;
16 };
17}
18
19/** Channel names that would collide with reserved `.bumpy/` entries */
20const RESERVED_CHANNEL_NAMES = new Set(['README', 'README.md']);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…