2025-03-02 00:08:31 -08:00

12 lines
756 B
Plaintext

- [ ] Make example of templatized workflow, that uses `github` context variables to fetch source repository owner and
name, and that fetches secret from Vault
- [ ] Remove `parentHashes`, never ended up being needed
- [ ] Add a link to the original commit from the body of the file that's created in the target repo, and/or in the
commit body.
- [ ] Allow passing a `limit` variable to control how many source commits to read
- [ ] allow passing 0 to indicate all
- [ ] Flesh out the `README.md` just before pushing with a description of what this tool is
- Doing it just before push, rather than on first creation, so that it will be added even to target repositories that
have already been initialized with this tool
- [ ] Blog about this ;)