We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e3f3c5 + 8e19413 commit a3d7837Copy full SHA for a3d7837
1 file changed
safe-settings/suborgs/rulesets.yml
@@ -19,6 +19,12 @@ rulesets:
19
- name: Require status checks before updating the default branch
20
target: branch
21
enforcement: active
22
+ bypass_actors:
23
+ # Bypass needed for the team `release-automation-bots` to allow for
24
+ # GitLab CI-managed releases
25
+ - actor_id: 16592346
26
+ actor_type: Team
27
+ bypass_mode: always
28
conditions:
29
ref_name:
30
include:
0 commit comments