@@ -31,11 +31,11 @@ For all other actions, gitStream executes the actions in the order they are list
31
31
- [ ` explain-code-experts ` ] ( #explain-code-experts ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
32
32
- [ ` merge ` ] ( #merge ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
33
33
- [ ` request-changes ` ] ( #request-changes ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
34
- - [ ` require-reviewers ` ] ( #require-reviewers ) :fontawesome-brands-github:
34
+ - [ ` require-reviewers ` ] ( #require-reviewers ) :fontawesome-brands-github: :fontawesome-brands-bitbucket:
35
35
- [ ` run-github-workflow ` ] ( #run-github-workflow ) :fontawesome-brands-github:
36
36
- [ ` send-http-request ` ] ( #send-http-request ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
37
37
- [ ` send-slack-message ` ] ( #send-slack-message ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
38
- - [ ` set-required-approvals ` ] ( #set-required-approvals ) :fontawesome-brands-github:
38
+ - [ ` set-required-approvals ` ] ( #set-required-approvals ) :fontawesome-brands-github: :fontawesome-brands-bitbucket:
39
39
- [ ` update-description ` ] ( #update-description ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
40
40
- [ ` update-title ` ] ( #update-title ) :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
41
41
@@ -330,7 +330,7 @@ automations:
330
330
:fontawesome-brands-gitlab: Enable the "All threads must be resolved" Merge check
331
331
332
332
333
- #### ` require-reviewers ` :fontawesome-brands-github:
333
+ #### ` require-reviewers ` :fontawesome-brands-github: :fontawesome-brands-bitbucket:
334
334
335
335
This action, once triggered, requires a specific reviewer approval. The PR merge is blocked till approved by either of the listed users or teams.
336
336
@@ -356,7 +356,11 @@ automations:
356
356
357
357
!!! attention
358
358
359
- To allow this action to block merge, you should enable branch protection, and gitStream has to be set as required check in GitHub.
359
+ To allow this action to block merge, The following settings should be set:
360
+
361
+ :fontawesome-brands-github: Enable branch protection and set gitStream as a required check
362
+
363
+ :fontawesome-brands-bitbucket: Select "Prevent a merge with unresolved merge checks" under Branch restrictions
360
364
361
365
#### ` run-github-workflow ` :fontawesome-brands-github:
362
366
@@ -459,9 +463,9 @@ automations:
459
463
slack_webhook: {{ env.SLACK_WEBHOOK }}
460
464
```
461
465
462
- #### ` set-required-approvals ` :fontawesome-brands-github:
466
+ #### ` set-required-approvals ` :fontawesome-brands-github: :fontawesome-brands-bitbucket:
463
467
464
- This action, once triggered, blocks PR merge till the desired reviewers approved the PR. The actions fail the check to prevent the PR for merge .
468
+ This action, once triggered, blocks PR merge till the desired reviewers approve the PR. The actions fail the check to prevent the PR from merging .
465
469
466
470
<div class =" filter-details " markdown =1 >
467
471
@@ -482,9 +486,14 @@ automations:
482
486
approvals: 2
483
487
```
484
488
489
+
485
490
!!! attention
486
491
487
- To allow this action to block merge, you should enable branch protection, and gitStream has to be set as required check in GitHub.
492
+ To allow this action to block merge, The following settings should be set:
493
+
494
+ :fontawesome-brands-github: Enable branch protection and set gitStream as a required check
495
+
496
+ :fontawesome-brands-bitbucket: Select "Prevent a merge with unresolved merge checks" under Branch restrictions
488
497
489
498
#### ` update-description ` :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
490
499
This action, when triggered, updates the PR description with new content.
0 commit comments