Skip to content

Commit 9e240d0

Browse files
chore(settings): fix the perceived issues with settings (#435)
# change Trying to fix the settings sync process https://probot.github.io/apps/settings/ Co-authored-by: Balint Bartha <[email protected]>
1 parent 30f859e commit 9e240d0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/settings.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ repository:
77
name: testcontainers-python
88

99
# A short description of the repository that will show up on GitHub
10-
description: >-
11-
Testcontainers is a Python library that providing a friendly
12-
API to run Docker container. It is designed to create runtime environment
13-
to use during your automatic tests.
10+
description: "Python library that providing a friendly API to run Docker containers when from tests."
1411

1512
# A URL with more information about the repository
1613
homepage: https://testcontainers-python.readthedocs.io/en/latest
@@ -141,10 +138,9 @@ branches:
141138
# Required. Require status checks to pass before merging. Set to null to disable
142139
required_status_checks:
143140
# Required. Require branches to be up to date before merging.
144-
strict: false
141+
strict: true
145142
# Required. The list of status checks to require in order to merge into this branch
146-
contexts:
147-
- "core / test (ubuntu, 3.11)"
143+
contexts: ["core"]
148144
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
149145
enforce_admins: false
150146
# Prevent merge commits from being pushed to matching branches

0 commit comments

Comments
 (0)