Skip to content

Commit 842abd3

Browse files
authored
Docs/gitlab require reviewer support (#838)
* docs: Add GitLab support for require-reviewers action - Added GitLab platform icon to require-reviewers action in overview and reference sections - Updated action description to mention both PR/MR - Added GitLab-specific note about automatic merge blocking - Updated changelog with new feature and configuration simplification notes * Delete docs/changelog.md
1 parent d1f3d49 commit 842abd3

2 files changed

Lines changed: 5 additions & 31 deletions

File tree

docs/automation-actions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For all other actions, gitStream executes the actions in the order they are list
3434
- [`explain-code-experts`](#explain-code-experts) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
3535
- [`merge`](#merge) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
3636
- [`request-changes`](#request-changes) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
37-
- [`require-reviewers`](#require-reviewers) :fontawesome-brands-github: :fontawesome-brands-bitbucket:
37+
- [`require-reviewers`](#require-reviewers) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
3838
- [`run-github-workflow`](#run-github-workflow) :fontawesome-brands-github:
3939
- [`send-http-request`](#send-http-request) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
4040
- [`send-slack-message`](#send-slack-message) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
@@ -615,9 +615,9 @@ automations:
615615
:fontawesome-brands-gitlab: Enable the "All threads must be resolved" Merge check
616616

617617

618-
#### `require-reviewers` :fontawesome-brands-github: :fontawesome-brands-bitbucket:
618+
#### `require-reviewers` :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
619619

620-
This action, once triggered, requires a specific reviewer approval. The PR merge is blocked till approved by either of the listed users or teams.
620+
This action, once triggered, requires a specific reviewer approval. The PR/MR merge is blocked till approved by either of the listed users or teams.
621621

622622
<div class="filter-details" markdown=1>
623623

@@ -645,6 +645,8 @@ automations:
645645

646646
:fontawesome-brands-github: Enable branch protection and set gitStream as a required check
647647

648+
:fontawesome-brands-gitlab: GitLab automatically blocks merge when this action is triggered
649+
648650
:fontawesome-brands-bitbucket: Select "Prevent a merge with unresolved merge checks" under Branch restrictions
649651

650652
#### `run-github-workflow` :fontawesome-brands-github:

docs/changelog.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)