-
This issue is not specific to this repository. We've seen on certain repositories that dependabot and renovate bot are not proposing updates for certain dependencies (both libraries and GH actions).
…
-
## Motivation
We could create a benchmarking workflow in gh action and log these after very merge.
This would probably involve turning the [benchmarks](https://github.com/pytorch-labs/tensordict…
-
Since we are using the Mozilla-published PEM files, we should have a weekly job that checks if there's any update to their files, and repackages and published a new version of this lib automatically.
…
-
After merging PR #15529 the configuration needs some tuning.
- [x] configure secrets for normal workflow
- [x] configure secrets for workflows from dependabot (if necessary)
- [ ] clarify, if wor…
-
Need to create a script that rsyncs the code to production, and then triggers docker-compose.
Importantly, need to ensure #1087 is fixed, and also that an image is force pulled (and that this is ac…
-
How can I reduce `search_index.js` file size ?
The `gh-pages` limit is 100Mb, and I'm hitting this limit e.g. https://github.com/JuliaPlots/Plots.jl/actions/runs/11794903812/job/32859378612#step:5:…
-
[Checkov](https://www.checkov.io/) is a static security checker for k8s. Add it to the repo's Github Actions pipeline as a quality check.
-
## User Story
In order to maintain an updated website, data.gov team wants to upgrade strategy.data.gov to a modern static site generator workflow.
## Acceptance Criteria
[ACs should be clear…
-
Right now we have to remember to manually publish our changes after merging in changes to the exercises. Before we head down the path of full-fledged CICD, do we think it would be beneficial to at lea…
-
# Github Actions with a private Terraform module | maelvls dev blog
Terraform makes it easy to manage infrastructure at scale; you
might want to share code between modules, and that's where it become…