@@ -107,13 +107,23 @@ sessions:
107
107
# # POLICYBOT_OPTIONS_POLICY_PATH environment variable.
108
108
# policy_path: .policy.yml
109
109
#
110
+ # # Force using a shared policy file from the organization repository
111
+ # # instead of the policy file in the repository. Can also be set by the
112
+ # # POLICYBOT_OPTIONS_FORCE_SHARED_POLICY environment variable.
113
+ # force_shared_policy: false
114
+ #
110
115
# # The name of an organization repository to look in for a shared policy if
111
116
# # a repository does not define a policy file. Can also be set by the
112
117
# # POLICYBOT_OPTIONS_SHARED_REPOSITORY environment variable. Explicitly set
113
118
# # this or `shared_policy_path` to an empty string(`""`) to disable searching
114
119
# # in a shared repository.
115
120
# shared_repository: .github
116
121
#
122
+ # # The branch in the shared organization repository to look in for a shared
123
+ # # policy file. Can also be set by the POLICYBOT_OPTIONS_SHARED_POLICY_BRANCH environment variable.
124
+ # # If not set, the default branch of the repository is used.
125
+ # shared_policy_branch: ""
126
+ #
117
127
# # The path to the policy file in the shared organization repository.
118
128
# # Can also be set by the POLICYBOT_OPTIONS_SHARED_POLICY_PATH environment variable.
119
129
# shared_policy_path: policy.yml
@@ -122,6 +132,9 @@ sessions:
122
132
# # POLICYBOT_OPTIONS_STATUS_CHECK_CONTEXT environment variable.
123
133
# status_check_context: policy-bot
124
134
#
135
+ # # If true, the bot removes the base branch from the status check context.
136
+ # status_check_context_ignore_base: true
137
+ #
125
138
# # If true, expand teams, organizations, and permissions in the detils UI to
126
139
# # a list of users. This option has security implications; see the README.
127
140
# # Can also be set by the POLICYBOT_OPTIONS_EXPAND_REQUIRED_REVIEWERS
@@ -138,3 +151,9 @@ sessions:
138
151
# files:
139
152
# static: build/static
140
153
# templates: server/templates
154
+
155
+ # Options for OpenTelemetry tracing.
156
+ #
157
+ # opentelemetry:
158
+ # enabled: true
159
+ # google_cloud_support: true
0 commit comments