Skip to content

Commit

Permalink
Update check-labels.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 29, 2023
1 parent deba203 commit a7439e5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ async function main({ g, c }) {
const labels = obtainLabels()
const filteredLabels = filterLabels(labels)
const labelsToAdd = checkLabels(filteredLabels)

console.log(labelsToAdd)
// for SPECIAL_CASE noted above
if (issueTitle.includes('Hack for LA website bot')) {
labelsToAdd = SPECIAL_CASE;
}
// if (issueTitle.includes('Hack for LA website bot')) {
// labelsToAdd = SPECIAL_CASE;
// }

console.log('Labels to add: ', labelsToAdd)

Expand Down

0 comments on commit a7439e5

Please sign in to comment.