jmakhack / myanimelist-cli

Minimalistic command line interface for fetching user anime data from MyAnimeList.
https://aur.archlinux.org/packages/mya-git
MIT License
11 stars 15 forks source link

[TASK] Add automation to set assignees on pull requests #42

Closed jmakhack closed 1 year ago

jmakhack commented 1 year ago

Task Context

At the moment, pull request assignees have to be set manually either while a pull request is being created or after it has already been created. This adds a bit of unnecessary manual labor that should be able to be easily solved with some level of automation.

Acceptance Criteria / Goals

Whan a new pull request is opened the following should be automated:

  1. The assignee is set to the Github user who opened the pull request

Additional Context

See https://github.com/jmakhack/hydrate-reminder/pull/235/files for how this was accomplished in a separate project. The same Github action should be able to be used for this project.

For any questions or discussions, join the Discord to meet and engage with other contributors!

Discord

AdityaJ7 commented 1 year ago

hi @jmakhack can i pick this one up?

jmakhack commented 1 year ago

Go for it @AdityaJ7! I just assigned it to you.

AdityaJ7 commented 1 year ago

created a pr for the same @jmakhack