Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Support issues closed as not-planned in GitHub Issue linking | 2024-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-core | 2023-11-25 | -2/+2 | |
| | ||||
* | Format code with new ruff rules | 2023-11-06 | -1/+1 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-09 | -11/+14 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | use `SecretStr` for all secrets | 2023-05-06 | -1/+1 | |
| | ||||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Use extension utils from bot-core | 2022-09-21 | -2/+1 | |
| | ||||
* | GitHub issues embeds: preserve order and display repo name and issue number ↵ | 2022-07-28 | -2/+4 | |
| | | | | | (#1077) Co-authored-by: Numerlor <[email protected]> | |||
* | fix: Add newlines in codeblock formatting | 2022-02-14 | -1/+1 | |
| | ||||
* | Move logging and remove unused varibales in GitHubInfo cog | 2021-12-03 | -10/+4 | |
| | ||||
* | use og_blurple in issue embed for consistency | 2021-12-02 | -2/+2 | |
| | ||||
* | Make dataclasses hashable, and fix kwarg spelling error | 2021-12-02 | -16/+6 | |
| | ||||
* | chore: Apply suggested changes | 2021-12-02 | -55/+35 | |
| | ||||
* | chore: Remove the .issue command | 2021-12-02 | -37/+0 | |
| | ||||
* | chore: Merge the .issue command into the github cog | 2021-12-02 | -6/+267 | |
| | ||||
* | Migrate to `og_blurple` (#924) | 2021-10-26 | -2/+2 | |
| | ||||
* | Move practical functions into utilities folder | 2021-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. |