probot / ideas

Share ideas for new GitHub Apps built with Probot
96 stars 48 forks source link

Auto assign newly created issues to a specific person #114

Open dineshkumar2708 opened 3 years ago

dineshkumar2708 commented 3 years ago

Whenever the bot receives a payload from Jenkins, It is creating issue based details from Payload (Like Env, component, version, package, failure message). However, the GitHub API is creating those issues in specific repo based on a central file where details of all components details are configured.

My request - As Github is creating issues based on Payload, can we configure the Bot to auto-assign the user for a specific component based on the central configuration file.