2025-03-03 16:29:56 -08:00

20 lines
1021 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
- [ ] 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 ;)
- [ ] Tests!
- [ ] ...
- [ ] Profit?
- [ ] Migrate into Gitea's own [Issue Tracker](https://gitea.scubbo.org/scubbo/commit-report-sync/issues)
- [ ] Use a more fully-featured logging system than `console.log` (at least with different logging levels!)
# Done
- [X] Remove `parentHashes`, never ended up being needed