mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 12:37:16 +00:00
debug log for issue labels
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user