imjohnbo / issue-bot

GitHub Actions powered Issue Bot 🦾
https://github.com/imjohnbo/issue-bot
MIT License
101 stars 31 forks source link

creating on my own as auto #58

Closed ramazansakin closed 2 years ago

ramazansakin commented 2 years ago

Hi,

I m trying to figure out the project and also made a template on my sample project. As I see, the issue-bot creating the issue but I want to set the issue creator as me :) . Is this possible ? Thanks

imjohnbo commented 2 years ago

Hi @ramazansakin, yep that's possible! Use a personal access token instead of the default GITHUB_TOKEN: https://github.com/imjohnbo/issue-bot/blob/main/action.yml.

ramazansakin commented 2 years ago

Great, thank you @imjohnbo :)