diff --git a/src/add-to-project.ts b/src/add-to-project.ts index cb8d177e..b4c69229 100644 --- a/src/add-to-project.ts +++ b/src/add-to-project.ts @@ -54,6 +54,7 @@ export async function addToProject(): Promise { const issueOwnerName = github.context.payload.repository?.owner.login core.debug(`Issue/PR owner: ${issueOwnerName}`) + core.debug(`Issue/PR labels: ${issueLabels}`) // Ensure the issue matches our `labeled` filter based on the label-operator. if (labelOperator === 'and') {