From 271b2511970bf8e226b7467e7933c1a63f893b26 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Mon, 15 Nov 2021 11:30:33 -0800 Subject: [PATCH] ci: remove references to v3.11-rc --- .github/settings.yml | 29 ----------------------------- .github/workflows/testPublish.yml | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 86d64a1e..6b04305c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -35,35 +35,6 @@ repository: allow_rebase_merge: true branches: - - name: v3.11-rc - # https://developer.github.com/v3/repos/branches/#update-branch-protection - # Branch Protection settings. Set to null to disable - protection: - # Required. Require at least one approving review on a pull request, before merging. Set to null to disable. - required_pull_request_reviews: - # The number of approvals required. (1-6) - required_approving_review_count: 1 - # Dismiss approved reviews automatically when a new commit is pushed. - dismiss_stale_reviews: true - # Blocks merge until code owners have reviewed. - require_code_owner_reviews: true - # Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories. - dismissal_restrictions: - users: ["blackfalcon"] - # 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: true - # Required. The list of status checks to require in order to merge into this branch. - contexts: ["test (16.x)", "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. - restrictions: null - # Prevent merge commits from being pushed to matching branches. - required_linear_history: true - # Permits force pushes to the protected branch by anyone with write access to the repository. - allow_force_pushes: true - name: v4.0-rc # https://developer.github.com/v3/repos/branches/#update-branch-protection # Branch Protection settings. Set to null to disable diff --git a/.github/workflows/testPublish.yml b/.github/workflows/testPublish.yml index b508458d..45da0f16 100644 --- a/.github/workflows/testPublish.yml +++ b/.github/workflows/testPublish.yml @@ -6,7 +6,7 @@ on: push: branches: [ master ] pull_request: - branches: [ master, v3.11-rc, v4.0-rc ] + branches: [ master, v4.0-rc ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: