From 5f50686746c3983734ac7585a17a11eca69f5b0c Mon Sep 17 00:00:00 2001 From: rmenner Date: Thu, 26 Dec 2024 16:57:10 -0500 Subject: [PATCH] chore: update status checks for tests --- .github/settings.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index c56bac1..80df772 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -33,8 +33,8 @@ repository: # Either `true` to allow rebase-merging pull requests, or `false` to prevent # rebase-merging. - allow_rebase_merge: true - + allow_rebase_merge: true + # See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options teams: # The permission to grant the team. Can be one of: @@ -70,7 +70,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: ["test (20.x)", "test (22.x)", "license/cla"] + contexts: ["test (20)", "test (22)", "license/cla"] # 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 # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. @@ -82,8 +82,8 @@ branches: <<: *default_protection - name: beta - <<: *default_protection - + <<: *default_protection + # Labels: define labels for Issues and Pull Requests labels: - name: auro-table