Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
no_priority: blacklist instead of whitelist (#613)
* no_priority: blacklist instead of whitelist * Remove debug stuff
- Loading branch information
Showing
with
90 additions
and 22 deletions.
- +1 −1 auto_nag/bzcleaner.py
- +4 −6 auto_nag/nag_me.py
- +9 −3 auto_nag/round_robin.py
- +61 −1 auto_nag/scripts/configs/tools.json
- +12 −10 auto_nag/scripts/workflow/no_priority.py
- +1 −1 templates/no_priority.html
- +2 −0 templates/no_priority_needinfo.txt
| @@ -1,2 +1,4 @@ | ||
| The priority flag is not set for this bug. | ||
| :{{ nickname }}, could you have a look please? | ||
|
|
||
| {{ documentation }} |