-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom change-logger #89
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this org and repo be part of the configuration?
acf8a6a
to
1b2e521
Compare
Signed-off-by: onerandomusername <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.toml
To Do (Will be done once the current API/design is finalised and reviewed):