Conversation
99dbd36 to
b6c19d4
Compare
eda68f0 to
d8b5e69
Compare
728b51d to
6b2d5ef
Compare
ffd3cde to
384ea89
Compare
scripts/news/__main__.py
Outdated
| ) | ||
|
|
||
|
|
||
| PR_ENDPOINT = "https://api.github.com/repos/discord-modmail/modmail/pulls/{number}" |
There was a problem hiding this comment.
Could this org and repo be part of the configuration?
acf8a6a to
1b2e521
Compare
Signed-off-by: onerandomusername <genericusername414+git@gmail.com>
onerandomusername
left a comment
There was a problem hiding this comment.
Two other notes:
1: add a news (or two, since there's the workflow as well) entry point to scripts.main
2: Add a news entry point to the taskipy config
| return status | ||
|
|
||
|
|
||
| if __name__ == "__main__": |
There was a problem hiding this comment.
debugging, and trying to figure out what happens, in addition to being a simple check before commiting, with the ability to pass a pr number, or something.
onerandomusername
left a comment
There was a problem hiding this comment.
Making a fragment was nice and fluent.
Building the actual change notes needs some work.
See #87 description under naming scheme and compiler script for the spec
Codecov Report
@@ Coverage Diff @@
## main #89 +/- ##
==========================================
- Coverage 70.90% 70.62% -0.29%
==========================================
Files 33 32 -1
Lines 1619 1593 -26
Branches 199 190 -9
==========================================
- Hits 1148 1125 -23
+ Misses 439 437 -2
+ Partials 32 31 -1
Continue to review full report at Codecov.
|
Closes #87
To Do (Now):
config.tomlTo Do (Will be done once the current API/design is finalised and reviewed):