Skip to content

Commit

Permalink
Update contribution-accepted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Oct 20, 2023
1 parent 878e150 commit 06d9cb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/contribution-accepted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
repo: context.repo.repo,
});
events = await github.rest.issues.listEvents({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
});
console.log('EVENTS', events)
const labelArray = response.data.map((label) => label.name)
const commentsArray = comments.data.map(comment => comment.body)
Expand Down

0 comments on commit 06d9cb9

Please sign in to comment.