Skip to content

Commit 27a105f

Browse files
chore: create org ruleset
Co-authored-by: Fabian Burth <fabian.burth@sap.com>
1 parent b737115 commit 27a105f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/safe-settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- main
99
paths:
1010
- safe-settings/**
11+
- .github/workflows/safe-settings.yml
1112
jobs:
1213
safeSettingsSync:
1314
name: synchronize settings
@@ -39,6 +40,7 @@ jobs:
3940
GITHUB_CLIENT_SECRET: ${{ secrets.OCMBOT_CLIENT_SECRET }}
4041
# https://github.com/open-component-model/.github
4142
ADMIN_REPO: .github
43+
LOG_LEVEL: trace
4244
# https://github.com/open-component-model/.github/tree/main/safe-settings
4345
CONFIG_PATH: safe-settings
4446
DEPLOYMENT_CONFIG_FILE: ${{ github.workspace }}/safe-settings/config.yml

safe-settings/settings.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ rulesets:
104104
# first be pushed to another branch, then merged or pushed directly
105105
# to a branch that matches this rule after status checks have
106106
# passed.
107-
- type: required_status_checks
108-
parameters:
109-
# Whether pull requests targeting a matching branch must be
110-
# tested with the latest code. This setting will not take
111-
# effect unless at least one status check is enabled.
112-
strict_required_status_checks_policy: true
113-
required_status_checks: []
107+
# - type: required_status_checks
108+
# parameters:
109+
# # Whether pull requests targeting a matching branch must be
110+
# # tested with the latest code. This setting will not take
111+
# # effect unless at least one status check is enabled.
112+
# strict_required_status_checks_policy: true
113+
# required_status_checks: []
114114

115115
# Choose which workflows must pass before branches can be merged.
116116
# - type: workflows

0 commit comments

Comments
 (0)