philips-software/pull-request-report-action

Differentiate between Users and Bots that assigned to a Pull-Request

Opened this issue · 1 comments

It looks like that the number of participants also include automatic bots. I would be nice to have a seperation of these types of participants.

This action is currently based on the usage of the GitHub CLI tool. All data that the action is requesting are done with the GitHub CLI.

For now the tool gives not the option to differentiate between these two types of participants. But this can be done by simple REST API calls.

Will think about this and come back.