File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 88 - main
99 paths :
1010 - safe-settings/**
11+ - .github/workflows/safe-settings.yml
1112jobs :
1213 safeSettingsSync :
1314 name : synchronize settings
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments