Skip to content

Commit

Permalink
Remove survey (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
danerwilliams committed Aug 17, 2023
1 parent 9d4e1f5 commit cf2b081
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 201 deletions.
6 changes: 0 additions & 6 deletions apps/cli/src/actions/submit/submit_action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { TScopeSpec } from '../../lib/engine/scope_spec';
import { ExitFailedError, KilledError } from '../../lib/errors';
import { CommandFailedError } from '../../lib/git/runner';
import { cliAuthPrecondition } from '../../lib/preconditions';
import { getSurvey, showSurvey } from '../survey';
import { getPRInfoForBranches } from './prepare_branches';
import { submitPullRequest } from './submit_prs';
import { validateBranchesToSubmit } from './validate_branches';
Expand Down Expand Up @@ -145,11 +144,6 @@ export async function submitAction(
if (!context.interactive) {
return;
}

const survey = await getSurvey(context);
if (survey) {
await showSurvey(survey, context);
}
}

async function selectBranches(
Expand Down
195 changes: 0 additions & 195 deletions apps/cli/src/actions/survey.ts

This file was deleted.

0 comments on commit cf2b081

Please sign in to comment.