Skip to content

Commit

Permalink
Update src/helpers/remove-pr-from-merge-queue.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Jul 9, 2024
1 parent 59e9ba4 commit a225a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/remove-pr-from-merge-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ limitations under the License.
*/

import * as core from '@actions/core';
import { orderBy } from 'lodash';
import { FIRST_QUEUED_PR_LABEL, QUEUED_FOR_MERGE_PREFIX, READY_FOR_MERGE_PR_LABEL } from '../constants';
import { HelperInputs } from '../types/generated';
import { context } from '@actions/github';
Expand Down

0 comments on commit a225a2e

Please sign in to comment.