Skip to content

Commit

Permalink
chore(settings): fix the perceived issues with settings (#435)
Browse files Browse the repository at this point in the history
# change

Trying to fix the settings sync process

https://probot.github.io/apps/settings/

Co-authored-by: Balint Bartha <balint.bartha@backmarket.com>
  • Loading branch information
totallyzen and balint-backmaker authored Feb 29, 2024
1 parent 30f859e commit 9e240d0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ repository:
name: testcontainers-python

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

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

0 comments on commit 9e240d0

Please sign in to comment.