Jack Jackson a97fefc99d Refactor (in support of testing) (#2)
Reviewed-on: #2
Co-authored-by: Jack Jackson <scubbojj@gmail.com>
Co-committed-by: Jack Jackson <scubbojj@gmail.com>
2025-03-04 01:21:21 +00: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