actions / add-to-project

Automate adding issues and pull requests to GitHub projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Username of PAT creator is used as actor for issue added to project

kelly-sovacool opened this issue · comments

When using GitHub's built-in project automation workflows, a comment shows up in the issue thread indicating that a bot added/removed/etc the issue in the project board.

image

However, when using this action, the username of the person who created the PAT is shown as the actor that added/removed the issue in the project board.

image

That can get confusing as no person manually changed the issue in the project, it was actually the github actions workflow that did it. Is it possible to modify the actor of this action so that a bot is shown rather than the PAT creator?