Replies: 3 comments 8 replies
-
It's been smooth! I tweaked some of the base GA scripts a little. I have one that checks to see if the CoC has updated once a week and if it has it opens a PR to pull in the new CoC. I did this because if it changes I wanted some automatic notification as to what the changes were. I also tweaked the release GA a bit but gave up trying to get it to do what I want it to do which is run my tests first and only publish if everything passes. There seems to be some conditional flow control limitations wrt to how a GA can run other workflows.
Not anything urgent! It'd be nice if the CoC check could be a push (webhook) instead of a pull but ¯\(ツ)/¯
I'm self conscious about how long the CI runs on this repo (~20 minutes). There's no way to avoid starting up a bunch of python subprocesses to test this library because of what it is. Every time this happens all the pytest/coverage stuff has to bootstrap which takes awhile so there's not much more efficiency I can wring out of it. I'm worried it might be an unnecessarily large hog on the actions quota. I'm not sure how concerned I should be about this. I'm considering disabling CI on commits and only running it on PRs. |
Beta Was this translation helpful? Give feedback.
-
@cunla @williln @tim-schilling Just ran into an issue, but it may be user error. I'm trying to create a fine grained access token for django-typer but it seems I do not have the permissions to do so. Usually the way I do this for a repo owned by an organization is Profile -> Organizations -> django-commons -> settings, but the settings link is not available to me for django-commons. And django-typer is not available to me in the token drop down under my own profile's settings. Am I missing something? |
Beta Was this translation helpful? Give feedback.
-
Hi @django-commons/django-typer, we're circling back around 💫 We want to ask Lacey's original questions to see if there's any update. We're also looking into how can we improve the new contributor experience with the overall goal of helping find regular contributor and more maintainers for projects. If any of that sounds interesting to you, feel free to engage on the discussions or here. |
Beta Was this translation helpful? Give feedback.
-
Hi @django-commons/django-typer! I wanted to take a moment and check in with you about how the transition to Django Commons has been.
If you'd like to chat with us privately, our email is [email protected]. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions