gitstream icon indicating copy to clipboard operation
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.

Results 58 gitstream issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Have been running gitStream for about 9 months on 8 of our GitLab repositories, using a global configuration, with no issues. Our GitLab Service Account (with Owner...

bug
👀.

Update README to Highlight Community Engagement and askAI Capabilities - Revised the README to focus on community involvement and the new askAI features. - Added sections on community engagement and...

**Describe the bug** gitStream.cm is using cached group membership data for assigning labels and reviewers, resulting in incorrect team assignments. Specifically, I was initially assigned to the "Red" team but...

bug
👀.

**Is your feature request related to a problem? Please describe.** I was attempting to write an automation that would elevate our requested reviewers any time there were changes to a...

enhancement

The `triggers` section now supports `include.user` and `exclude.user` patterns to filter automations based on the user who triggered the event. This enables excluding bot accounts and automating user-specific workflows.

**Describe the bug** For the line in a MR: ```markdown Check for MR: `glab mr list --source-branch=$(git branch --show-current)` ``` GitStream reports incorrectly that we should use GitHub tools, and...

bug

Jira webhooks now require a secret to be passed in the http request. I updated docs to reflect this.

**Describe the bug** The `add-label` action is documented as a "managed" action that should automatically remove labels when their triggering conditions no longer apply. However, in practice, labels added by...

bug

I am trying to implement a filter that would be able to detect comment-only changes. It would be useful to have access to tree-sitter to analyze the files involved in...

enhancement

function instead of importing it from an external file. ``` … compareMultiSemver git:(embed-compare-semver-in-multi-plugin node index.js ✓ Test 1 passed: compareMultiSemver([["1.2.3", "1.2.1"], ["1.3.1", "1.2.3"]]) === "minor" ✓ Test 2 passed: compareMultiSemver([["1.2.3",...

10 min review