Skip to content

Commit a437278

Browse files
committed
fix blocked issue
1 parent 61b2c91 commit a437278

10 files changed

Lines changed: 16 additions & 16 deletions

learn-pr/github/github-enterprise-server-repository-workflows/3-branch-protection-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.github.github-enterprise-server-repository-workflows.branch-protection-rules
3-
title: Branch Protection Rules and Review Requirements
3+
title: Branch protections rules and review requirements
44
metadata:
55
title: Branch Protection Rules and Review Requirements
66
description: This content is a part of the Repositories, Branching & Collaboration on GitHub Enterprise Server module.

learn-pr/github/github-enterprise-server-repository-workflows/4-pull-request-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.github.github-enterprise-server-repository-workflows.pull-request-review
3-
title: Pull Requests and Code Review on GHES
3+
title: Pull requests and code review on GHES
44
metadata:
55
title: Pull Requests and Code Review on GHES
66
description: This content is a part of the Repositories, Branching & Collaboration on GitHub Enterprise Server module.

learn-pr/github/github-enterprise-server-repository-workflows/5-collaboration-constraints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:ModuleUnit
22
uid: learn.github.github-enterprise-server-repository-workflows.collaboration-constraints
3-
title: Collaboration Within GHES Constraints
3+
title: Collaboration within GHES constraints
44
metadata:
55
title: Collaboration Within GHES Constraints
66
description: This content is a part of the Repositories, Branching & Collaboration on GitHub Enterprise Server module.

learn-pr/github/github-enterprise-server-repository-workflows/includes/1-repository-creation-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To further support consistency, many organizations rely on repository templates.
3737

3838
Before creating a new repository on GHES, developers should check whether approved templates exist and follow organizational guidance. Using the correct template is often the fastest path to getting started.
3939

40-
### Step-by-Step: Confirm you're in the right repository and understand its standards
40+
### Step-by-step: Confirm you're in the right repository and understand its standards
4141

4242
If you are joining an existing project, start by verifying you're working in the correct organization and repository, and identify any standards the repository expects you to follow.
4343

learn-pr/github/github-enterprise-server-repository-workflows/includes/2-branch-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Strict branching rules help organizations reduce the risk of unreviewed or unsta
2626

2727
For developers, this discipline can initially feel restrictive. Over time, however, it provides clarity and predictability, especially in large teams where uncontrolled branching quickly leads to confusion.
2828

29-
### Step-by-Step: Create a feature branch and keep it up to date
29+
### Step-by-step: Create a feature branch and keep it up to date
3030

3131
Your organization may have specific naming conventions and rules, but this flow is a common baseline for working safely with a protected default branch.
3232

learn-pr/github/github-enterprise-server-repository-workflows/includes/3-branch-protection-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional protections may prevent force pushes, restrict who can merge changes,
1616

1717
Organizations may also require review from code owners for specific paths, require conversations to be resolved before merging, enforce a specific merge method (such as squash merging), or require a linear commit history. Some enterprises also restrict who can push to protected branches, even through pull requests, to ensure only approved roles can complete merges.
1818

19-
## Repository rulesets: Policy at Scale
19+
## Repository rulesets: Policy at scale
2020

2121
In addition to traditional branch protection rules, GitHub Enterprise Server supports repository rulesets. Rulesets allow administrators to enforce policies across multiple branches or repositories from a centralized location.
2222

@@ -44,7 +44,7 @@ Planning for these steps reduces last-minute delays.
4444

4545
If merging is blocked, use the pull request details to identify exactly which requirement is unmet (for example, missing approvals, unresolved conversations, or failing status checks) before escalating to others.
4646

47-
## Branch queue (Merge queue) for stable integration
47+
## Branch queue (merge queue) for stable integration
4848

4949
In high-activity repositories, pull requests that pass checks individually can still break the default branch when merged concurrently. Branch queue (merge queue) reduces this risk by validating pull requests in merge order.
5050

learn-pr/github/github-enterprise-server-repository-workflows/includes/4-pull-request-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Reviewers on GHES play an active role in maintaining quality and compliance. The
3636

3737
Because approvals may carry formal accountability, reviewers should be confident in the changes they approve. This reinforces trust in the collaboration process and the stability of protected branches.
3838

39-
### Step-by-Step: Open a pull request and request review
39+
### Step-by-step: Open a pull request and request review
4040

4141
Exact steps vary by organization, but this flow works in most GHES environments.
4242

learn-pr/github/github-enterprise-server-repository-workflows/includes/5-collaboration-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In self-managed environments, platform and DevOps teams are responsible for the
2020

2121
Effective collaboration includes understanding platform constraints, communicating requirements early, and treating platform teams as partners in the development process rather than external service providers.
2222

23-
### Step-by-Step: Diagnose a failing check or workflow (high-level)
23+
### Step-by-step: Diagnose a failing check or workflow (high-level)
2424

2525
When a required check fails or stays pending, use a methodical approach before escalating.
2626

learn-pr/github/github-enterprise-server-repository-workflows/includes/7-summary.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ In this module, you learned that:
66
- Pull requests act as formal change records that support collaboration, traceability, and auditability in enterprise environments.
77
- Operational constraints affect collaboration, including self-hosted automation infrastructure, instance-specific feature availability, and coordination with platform teams.
88

9-
## Learn More
10-
- Managing accounts and repositories (GHES 3.19): https://docs.github.com/en/[email protected]/admin/managing-accounts-and-repositories
11-
- About repositories: https://docs.github.com/en/[email protected]/repositories/creating-and-managing-repositories/about-repositories
12-
- About branches: https://docs.github.com/en/[email protected]/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
13-
- About protected branches: https://docs.github.com/en/[email protected]/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches
14-
- About pull requests: https://docs.github.com/en/[email protected]/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
9+
## Learn more
10+
- [Managing accounts and repositories (GHES 3.19)](https://docs.github.com/en/[email protected]/admin/managing-accounts-and-repositories)
11+
- [About repositories](https://docs.github.com/en/[email protected]/repositories/creating-and-managing-repositories/about-repositories)
12+
- [About branches](https://docs.github.com/en/[email protected]/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches)
13+
- [About protected branches](https://docs.github.com/en/[email protected]/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches)
14+
- [About pull requests](https://docs.github.com/en/[email protected]/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)

learn-pr/github/github-enterprise-server-repository-workflows/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Module
22
uid: learn.github.github-enterprise-server-repository-workflows
3-
title: GitHub Enterprise Server Fundamentals for Developers
3+
title: GitHub Enterprise Server fundamentals for developers
44
metadata:
55
title: GitHub Enterprise Server Fundamentals for Developers
66
description: Overview of collaboration on GitHub Enterprise Server (GHES), focusing on governance, branch policies, and pull request workflows.

0 commit comments

Comments
 (0)