aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/issues.py (follow)
Commit message (Collapse)AuthorAgeLines
* chore: Merge the .issue command into the github cogGravatar ToxicKidz2021-12-02-277/+0
|
* Isort: give the codebase a sortGravatar Matteo Bertucci2021-10-22-8/+1
|
* Fix bugs in `.issue` command & add aliasesGravatar TizzySaurus2021-10-17-5/+14
| | | | | | - Now requires at least one issue/PR - No longer continues to send issues/PRs when there's too many listed in the invocation - Added plural aliases (`.issues` and `.prs`)
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+275
Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move.