From 45337ad784eae19c990de53c2490d00e9b1a1b8e Mon Sep 17 00:00:00 2001 From: David Staheli <1767415+davidstaheli@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:52:01 -0400 Subject: [PATCH] Move/remove from 3.6: Restrict pushes that create matching branches (#30798) --- data/features/restrict-pushes-create-branch.yml | 2 +- data/release-notes/enterprise-server/3-6/0.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/data/features/restrict-pushes-create-branch.yml b/data/features/restrict-pushes-create-branch.yml index 156a3b6018..6581cbb288 100644 --- a/data/features/restrict-pushes-create-branch.yml +++ b/data/features/restrict-pushes-create-branch.yml @@ -3,5 +3,5 @@ versions: fpt: '*' ghec: '*' - ghes: '>=3.6' + ghes: '>=3.7' ghae: 'issue-6045' diff --git a/data/release-notes/enterprise-server/3-6/0.yml b/data/release-notes/enterprise-server/3-6/0.yml index c6ad8a6c97..872f8a3671 100644 --- a/data/release-notes/enterprise-server/3-6/0.yml +++ b/data/release-notes/enterprise-server/3-6/0.yml @@ -203,11 +203,6 @@ sections: - | While creating a fork, users can customize the fork's name. For more information, see "[Fork a repo](/get-started/quickstart/fork-a-repo)." - # https://github.com/github/releases/issues/1973 - - | - Users can block creation of branches that match a configured name pattern with the **Restrict pushes that create matching branches** branch protection rule. For example, if a repository's default branch changes from `master` to `main`, a repository administrator can prevent any subsequent creation or push of the `master` branch. For more information, see - "[About protected branches](/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#restrict-who-can-push-to-matching-branches)" and "[Managing a branch protection rule](/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule#creating-a-branch-protection-rule)." - # https://github.com/github/releases/issues/2220 - | Users can delete a branch that's associated with an open pull request. For more information, see "[Creating and deleting branches within your repository](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository)."