Skip to content

Commit

Permalink
fixed retrieveLabel import module
Browse files Browse the repository at this point in the history
  • Loading branch information
aadilahmed committed Nov 18, 2024
1 parent 0c3a19f commit 1b9ea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/move-closed-issues/sort-closed-issues.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const obtainLabels = require('../utils/obtain-labels');
const retrieveLabelDirectory = require('../../utils/retrieve-label-directory');
const retrieveLabelDirectory = require('../utils/retrieve-label-directory');

/**
* Check the labels of an issue, and return the 'status' the issue should be sorted into when closed
Expand Down

0 comments on commit 1b9ea05

Please sign in to comment.