aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/githubinfo.py (follow)
Commit message (Collapse)AuthorAgeLines
* Support issues closed as not-planned in GitHub Issue linkingGravatar hedy2024-03-25-4/+5
| | | | | | - Issue closed emoji is renamed to `issue_completed` to better reflect the `state_reason` key provided by the GitHub API that determines the usage of this emoji.
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Format code with new ruff rulesGravatar Chris Lovering2023-11-06-1/+1
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-11/+14
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-1/+1
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-2/+1
|
* GitHub issues embeds: preserve order and display repo name and issue number ↵Gravatar Bradley Reynolds2022-07-28-2/+4
| | | | | (#1077) Co-authored-by: Numerlor <[email protected]>
* fix: Add newlines in codeblock formattingGravatar ToxicKidz2022-02-14-1/+1
|
* Move logging and remove unused varibales in GitHubInfo cogGravatar Chris Lovering2021-12-03-10/+4
|
* use og_blurple in issue embed for consistencyGravatar Chris Lovering2021-12-02-2/+2
|
* Make dataclasses hashable, and fix kwarg spelling errorGravatar Chris Lovering2021-12-02-16/+6
|
* chore: Apply suggested changesGravatar ToxicKidz2021-12-02-55/+35
|
* chore: Remove the .issue commandGravatar ToxicKidz2021-12-02-37/+0
|
* chore: Merge the .issue command into the github cogGravatar ToxicKidz2021-12-02-6/+267
|
* Migrate to `og_blurple` (#924)Gravatar TizzySaurus2021-10-26-2/+2
|
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+178
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.