Skip to content

Commit

Permalink
Update sort-closed-issues.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 27, 2024
1 parent 26832e0 commit ba8eef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-actions/move-closed-issues/sort-closed-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function main({ context }) {

const overrideSoftLabels = [roleFrontEnd];

const issueLabels = obtainLabels(context);
// checks if label is a hard label
const isHardLabel = (label) => hardLabels.includes(label);
// checks if label is a soft label
Expand Down

0 comments on commit ba8eef4

Please sign in to comment.