publishing-bot
publishing-bot copied to clipboard
Code behind the robot to publish from staging to real repositories.
Currently the publishing-bot is centred towards running only on the [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes/) repo. We want to run publishing bot on the [containerd/containerd](https://github.com/containerd/containerd) repo to publish the [`api/`](https://github.com/containerd/containerd/tree/main/api) directory from containerd to...
There are cases of corruption in `.git` directory that occurs randomly while running the publishing-bot which causes the bot to fail. Sometimes a PVC cleanup and restart fixes the issue....
https://github.com/kubernetes/test-infra/pull/29118 added a presubmit to run a dry-run of the bot. We should do something similar to create a periodic job to run the prod bot. That will allow us...
... so we can avoid requiring users to have python3 and install pyyaml to run `make verify` I think this would actually be relatively straightforward, but I wanted to get...
use git-filter-repo to perform the filtering operations instead of filter-branch Part of #320
- update minimum golang version to go1.22.0 - update golangci-lint to v1.61.0 NOTES TO REVIEWERS: Reviewing commit by commit will help understand why certain linters are removed with references to...
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0. Commits 46a3137 zip: set GIT_DIR in test when using bare repositories 3afcd4e go.mod: set go version to 1.22.0 b1d336c go.mod: update required go version...