diff --git a/.github/workflows/contribution-accepted.yml b/.github/workflows/contribution-accepted.yml index 6a638ecc64aa..86de84bd46ff 100644 --- a/.github/workflows/contribution-accepted.yml +++ b/.github/workflows/contribution-accepted.yml @@ -38,7 +38,9 @@ jobs: repo: context.repo.repo, }); - console.log('EVENTS', events) + const eventsArray = events.data.map((label) => label) + + console.log('EVENTS ARRAY', eventsArray) const labelArray = response.data.map((label) => label.name)