From 7769323680d8c6b980be40a16099647e195f59f3 Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Thu, 9 Jan 2025 15:30:58 +0100 Subject: [PATCH 1/2] Update settings.yml --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index cdcad9f..3186107 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -129,7 +129,7 @@ branches: # Required. Require branches to be up to date before merging. strict: true # Required. The list of status checks to require in order to merge into this branch - contexts: [build] + contexts: ["build"] # 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: true # Prevent merge commits from being pushed to matching branches From e6a42ed104fe6d54b58c72ef166a6fbdedc63da7 Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Thu, 9 Jan 2025 15:32:19 +0100 Subject: [PATCH 2/2] Update settings.yml --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 3186107..d793f4c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -129,7 +129,7 @@ branches: # Required. Require branches to be up to date before merging. strict: true # Required. The list of status checks to require in order to merge into this branch - contexts: ["build"] + contexts: ["Java CI with Gradle"] # 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: true # Prevent merge commits from being pushed to matching branches