Add --copy-source-pr-labels
option and rename --add-original-reviewers
to --copy-source-pr-reviewers
#353
Annotations
10 errors and 1 warning
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L62
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L73
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L86
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L100
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L111
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L124
Argument of type '{ copySourcePRLabels: boolean; interactive: true; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L139
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L152
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L163
Argument of type '{ copySourcePRLabels: boolean; interactive: true; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x):
src/lib/cherrypickAndCreateTargetPullRequest/getTargetPRLabels.test.ts#L178
Argument of type '{ copySourcePRLabels: boolean; interactive: false; commits: Commit[]; targetPRLabels: string[]; targetBranch: string; }' is not assignable to parameter of type '{ interactive: boolean; targetPRLabels: string[]; commits: Commit[]; targetBranch: string; }'.
|
lint-and-test (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|