Command Hiss is a gitHub ISSue creator utility and how you feel when you are creating issues.
Hiss parses a markdown file containing multiple GitHub issue bodies and creates individual issues.
- `---` separates issues - `#` indicates issue title. There can only be a single level 1 header per issue. - A line starting with `labels:` can be provided to add labels to the issue. - A line starting with `parent: title of another issue` can be used to reference issues defined earlier in the file.
Create issues from `issues.md` and add the `team/waterboys` + `area/oci` labels to all created issues.
export GITHUB_TOKEN=${YOUR_ACTUAL_GITHUB_TOKEN} bazel run hack/tools/hiss --action_env=GITHUB_TOKEN -- -f issues.md --labels team/waterboys,area/oci