gitstream
gitstream copied to clipboard
/:\ gitStream - Workflow automation for your git repo. Use YAML to auto-assign reviewers, auto-merge PRs, automatic PR labeler, and more.
### ✨ PR Description Purpose: Add bot author checks to skip Estimated Time to Review (ETR) automation for bot-created pull requests. Main changes: - Added bot_author detection rule for identifying...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when my IDE shows error on my gitstream.cm file, for example in the following line: ```yaml -...
**Describe the bug** In my PR there are checks showing the status of external CI systems runs, like the docker build, or whether tests passed or failed. However, when I...
**Describe the bug** For a given review, a comment is left, but this comment is _also_ left for an unaffected line (was not changed at all). This means "unable to...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Release notes for each gitstream/rules-engine version. We can see new tags being pushed regularly...
**Is your feature request related to a problem? Please describe.** We have recently taken over a project from another team. The problem is that whenever we have a new PR...
Analyzes Terraform HCL file changes to extract highest privilege level from modified JIT access configurations. Returns 'rw' for read-write, 'ro' for read-only, or null if no JIT objects modified. ###...
**Is your feature request related to a problem? Please describe.** When having rulesets defined for a branch a PR will wait for that PR to pass all the rules before...