debug log for issue labels

This commit is contained in:
Matthew Costabile
2023-02-27 13:18:46 +00:00
parent 5f0c606906
commit 9f96b16f44
5 changed files with 7 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ export async function addToProject(): Promise<void> {
const issueOwnerName = github.context.payload.repository?.owner.login
core.debug(`Issue/PR owner: ${issueOwnerName}`)
core.debug(`Issue/PR labels: ${issueLabels.join(', ')}`)
// Ensure the issue matches our `labeled` filter based on the label-operator.
if (labelOperator === 'and') {