Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <[email protected]>
  • Loading branch information
codebytere and dsanders11 authored Sep 11, 2024
1 parent 3562d00 commit 1f8ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const labelClosedPR = async (

if (change === PRChange.MERGE) {
const mergedLabel = PRStatus.MERGED + targetBranch;
const needsManualLabel = PRStatus.IN_FLIGHT + targetBranch;
const needsManualLabel = PRStatus.NEEDS_MANUAL + targetBranch;

// Add merged label to the original PR.
await labelUtils.addLabels(context, prNumber, [mergedLabel]);
Expand Down

0 comments on commit 1f8ff51

Please sign in to comment.