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.
**Describe the bug** estimatedReviewTime and files length check do not seem to be working We have a few automations that rely on the estimatedReviewTime and files length checks to set...
**Describe the bug** merge wait_for_all_checks gets timed out waiting for all required checks to complete, resulting in a "skipped" status. There are no failures on the action and in the...
**Describe the bug** We have an automation (`do_not_merge`) to block merging if the "Do Not Merge" label is added. When the label is added, a required reviewer is set, and...
**Is your feature request related to a problem? Please describe.** I'd like gitStream to properly detect formatting-only changes (whitespace, indentation fixes, etc.) to JVM language files like Java, Kotlin, Groovy....
**Describe the bug** The newest version of IntelliJ has support for opening GitHub PRs in the IDE, see: https://blog.jetbrains.com/idea/2024/02/intellij-idea-2024-1-eap-6/#in-editor-code-review and https://www.jetbrains.com/help/idea/work-with-github-pull-requests.html#provide-feedback. This also shows the PR's comments directly in the...
**Is your feature request related to a problem? Please describe.** I wanted to write a policy that auto-close some PRs after a certain time (5 Days for example). I didn't...
https://docs.gitstream.cm/automations/standard/label-management/ https://docs.gitstream.cm/automations/standard/branch-management/ These pages have issues with the way they import the individual examples. The individual examples need to be updated to include the `example` markdown flags we use in...
**Is your feature request related to a problem? Please describe.** It would be good to be able to get the line numbers of each changed line, be able to process...
**Describe the bug** First, I have tried GITStream with few automation actions in my personal GitHub repository, it worked fine. But same not working in one of repository of our...