Add TODO.txt
This commit is contained in:
parent
7e843c59e7
commit
4b691bbe6c
9
TODO.txt
Normal file
9
TODO.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- [ ] 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.
|
||||||
|
- [ ] 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 ;)
|
BIN
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/index.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/index.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
generated
vendored
Binary file not shown.
@ -16,5 +16,6 @@ export type Commit = {
|
|||||||
repo_path: string;
|
repo_path: string;
|
||||||
date: Date;
|
date: Date;
|
||||||
message: string;
|
message: string;
|
||||||
|
// TODO - turns out we don't actually need parentHashes anyway
|
||||||
parentHashes: string[];
|
parentHashes: string[];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user