Skip to content

Commit

Permalink
Remove pr/last-call label on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
delvh committed Jan 11, 2024
1 parent 84e8e86 commit 7ebc229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const maintain = async () => {
const labelsToRemoveAfterMerge = [
"reviewed/wait-merge",
"reviewed/prioritize-merge",
"pr/last-call",
];
await Promise.all([
removeLabelsFromMergedPr(labelsToRemoveAfterMerge),
Expand Down

0 comments on commit 7ebc229

Please sign in to comment.