chore: import upstream snapshot with attribution
CI / Test (ubuntu-latest, Node 18.x, bun) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, npm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, pnpm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, yarn) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 20.x, bun) (push) Failing after 17m13s
CI / Test (ubuntu-latest, Node 20.x, npm) (push) Failing after 18m42s
CI / Test (ubuntu-latest, Node 20.x, pnpm) (push) Failing after 15m0s
CI / Test (ubuntu-latest, Node 20.x, yarn) (push) Failing after 49m44s
CI / Test (ubuntu-latest, Node 22.x, bun) (push) Failing after 51m55s
CI / Test (ubuntu-latest, Node 22.x, pnpm) (push) Failing after 21m57s
CI / Test (ubuntu-latest, Node 22.x, npm) (push) Failing after 37m39s
CI / Test (ubuntu-latest, Node 22.x, yarn) (push) Failing after 34m7s
CI / Validate Components (push) Failing after 37m15s
CI / Python Tests (push) Failing after 10m1s
CI / Security Scan (push) Failing after 10m1s
CI / Lint (push) Failing after 17m12s
CI / Coverage (push) Failing after 20m19s
CI / Test (macos-latest, Node 18.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (ubuntu-latest, Node 18.x, bun) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, npm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, pnpm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, yarn) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 20.x, bun) (push) Failing after 17m13s
CI / Test (ubuntu-latest, Node 20.x, npm) (push) Failing after 18m42s
CI / Test (ubuntu-latest, Node 20.x, pnpm) (push) Failing after 15m0s
CI / Test (ubuntu-latest, Node 20.x, yarn) (push) Failing after 49m44s
CI / Test (ubuntu-latest, Node 22.x, bun) (push) Failing after 51m55s
CI / Test (ubuntu-latest, Node 22.x, pnpm) (push) Failing after 21m57s
CI / Test (ubuntu-latest, Node 22.x, npm) (push) Failing after 37m39s
CI / Test (ubuntu-latest, Node 22.x, yarn) (push) Failing after 34m7s
CI / Validate Components (push) Failing after 37m15s
CI / Python Tests (push) Failing after 10m1s
CI / Security Scan (push) Failing after 10m1s
CI / Lint (push) Failing after 17m12s
CI / Coverage (push) Failing after 20m19s
CI / Test (macos-latest, Node 18.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, yarn) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
'use strict';
|
||||
|
||||
const policy = require('./github-coordination/policy');
|
||||
const parsing = require('./github-coordination/parsing');
|
||||
const ghApi = require('./github-coordination/gh-api');
|
||||
const state = require('./github-coordination/state');
|
||||
const actions = require('./github-coordination/actions');
|
||||
const store = require('./github-coordination/store');
|
||||
|
||||
module.exports = {
|
||||
DEFAULT_CONFIG_FILE: policy.DEFAULT_CONFIG_FILE,
|
||||
DEFAULT_CONFIG_PATH: policy.DEFAULT_CONFIG_PATH,
|
||||
DEFAULT_POLICY: policy.DEFAULT_POLICY,
|
||||
DEFAULT_SCHEMA_VERSION: policy.DEFAULT_SCHEMA_VERSION,
|
||||
loadPolicy: policy.loadPolicy,
|
||||
|
||||
extractCoordinationState: parsing.extractCoordinationState,
|
||||
extractIssueReferences: parsing.extractIssueReferences,
|
||||
extractTasks: parsing.extractTasks,
|
||||
mergeIssueBody: parsing.mergeIssueBody,
|
||||
renderCoordinationState: parsing.renderCoordinationState,
|
||||
|
||||
commentIssue: ghApi.commentIssue,
|
||||
editIssue: ghApi.editIssue,
|
||||
getIssue: ghApi.getIssue,
|
||||
listIssues: ghApi.listIssues,
|
||||
normalizeIssueNumber: ghApi.normalizeIssueNumber,
|
||||
normalizeLabels: ghApi.normalizeLabels,
|
||||
normalizeRepo: ghApi.normalizeRepo,
|
||||
runGh: ghApi.runGh,
|
||||
runGhJson: ghApi.runGhJson,
|
||||
|
||||
buildIssueComment: state.buildIssueComment,
|
||||
buildIssueStateFromAction: state.buildIssueStateFromAction,
|
||||
defaultCoordinationState: state.defaultCoordinationState,
|
||||
desiredLabelsForState: state.desiredLabelsForState,
|
||||
getCoordinationState: state.getCoordinationState,
|
||||
mapStateToWorkItemStatus: state.mapStateToWorkItemStatus,
|
||||
slugifySegment: state.slugifySegment,
|
||||
summarizeStateForOutput: state.summarizeStateForOutput,
|
||||
syncIssueLabels: state.syncIssueLabels,
|
||||
verifyDependenciesClosed: state.verifyDependenciesClosed,
|
||||
|
||||
applyClaim: actions.applyClaim,
|
||||
applyDecompose: actions.applyDecompose,
|
||||
applyPublish: actions.applyPublish,
|
||||
applyReview: actions.applyReview,
|
||||
applySync: actions.applySync,
|
||||
applyUnblock: actions.applyUnblock,
|
||||
applyValidate: actions.applyValidate,
|
||||
formatCollection: actions.formatCollection,
|
||||
formatSummary: actions.formatSummary,
|
||||
|
||||
epicWorkItemId: store.epicWorkItemId,
|
||||
openStore: store.openStore,
|
||||
upsertCoordinationWorkItem: store.upsertCoordinationWorkItem,
|
||||
};
|
||||
Reference in New Issue
Block a user