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 254bcbf commit ad110ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main({ g, c }) {
context = c
const issueNum = context.payload.issue.number
const issueTitle = context.payload.issue.title

console.log(context.payload.issue)
const labels = obtainLabels()
const filteredLabels = filterLabels(labels)
const labelsToAdd = checkLabels(filteredLabels)
Expand Down

0 comments on commit ad110ba

Please sign in to comment.