Skip to content

Commit

Permalink
Update post-labels-comment.js
Browse files Browse the repository at this point in the history
edit to test Bitian's hackforla#3109
  • Loading branch information
t-will-gillis authored Jan 25, 2023
1 parent 2f30fda commit 6a0fe9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require("fs")

// Constant variables
const LABELS_OBJ = {
'size: missing': 'Size',
'Complexity Missing': 'Complexity',
'role missing': 'Role',
'Feature Missing': 'Feature'
}
Expand Down Expand Up @@ -100,4 +100,4 @@ function makeComment(labels) {
}
}

module.exports = main
module.exports = main

0 comments on commit 6a0fe9b

Please sign in to comment.