Refactor clones that select the ni requestee to use `get_mail_to_ni()` from `utils`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 68
- Forks
- 92
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 16
Description
I think it could be moved into utils.py in order to be used in other scripts.
Originally posted by @calixteman in https://github.com/mozilla/relman-auto-nag/pull/1451#discussion_r885006842
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading utils.py and locating the scripts that duplicate the logic for selecting the NI requestee. Compare those copies with get_mail_to_ni(), then update the clones so they use the shared utility; the work is done when the duplicated selection logic is removed from the affected scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100