Closed vkt1414 closed 8 months ago
Since we have dependabot setup to run on a weekly basis, I anticipate we will get at least a few PRs every month, for this reason I am not sure it makes sense to have such workflow.
See https://github.com/ImagingDataCommons/idc-index-data/blob/main/.github%2Fdependabot.yml
Now, if we still think it is sensible, I suggest we also contribute it upstream at https://github.com/scientific-python/cookie/tree/main/%7B%7Bcookiecutter.project_name%7D%7D%2F.github%2Fworkflows
Since we have dependabot setup to run on a weekly basis, I anticipate we will get at least a few PRs every month, for this reason I am not sure it makes sense to have such workflow.
See https://github.com/ImagingDataCommons/idc-index-data/blob/main/.github%2Fdependabot.yml
I did not think about the dependabot alerts. So I guess we may never need the keep-alive action. I'm okay either way keeping the gha or removing it.
Now, if we still think it is sensible, I suggest we also contribute it upstream at https://github.com/scientific-python/cookie/tree/main/%7B%7Bcookiecutter.project_name%7D%7D%2F.github%2Fworkflows
Absolutely! I'll submit a PR.
Absolutely! I'll submit a PR.
:pray:
In the meantime, we will move forward with the integration.
As a nitpick, since this doesn't fix the package functionality but only the CI, prefixing the message with ci:
may be more appropriate.
Absolutely! I'll submit a PR.
🙏
In the meantime, we will move forward with the integration.
As a nitpick, since this doesn't fix the package functionality but only the CI, prefixing the message with
ci:
may be more appropriate.
Thank you! I do want to follow the best practices and will keep it in mind. Could you provide any resources to learn these conventions?
created a PR on cookie repo now: https://github.com/scientific-python/cookie/pull/390
Previously we were creating a dummy commit to keep-alive branch. However with GitHub's new API endpoint to enable github actions, there is no longer a need to commit at all. v2 of the gha started using the GitHub's new API endpoint.