1
0
mirror of synced 2026-02-03 00:02:00 -05:00

Merge pull request #24080 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-02-22 05:09:52 -08:00
committed by GitHub
3 changed files with 4 additions and 13 deletions

View File

@@ -26,15 +26,6 @@ featuredLinks:
- /issues/using-labels-and-milestones-to-track-work/managing-labels
- /issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests
- '{% ifversion ghes or ghae %}/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards{% endif %}'
videos:
- title: Planning at scale with Issues Mario Rodriguez
href: 'https://www.youtube-nocookie.com/embed/ha1KHcPMAEk'
- title: Planning at GitHub (Projects + Issues) Matt Butler
href: 'https://www.youtube-nocookie.com/embed/HwpVvDURHKw'
- title: Issue Forms for open source Luke Hefson
href: 'https://www.youtube-nocookie.com/embed/2Yh8ueUE0oY'
videosHeading: Videos
product_video: '{% ifversion projects-v2 %}https://www.youtube-nocookie.com/embed/yFQ-p6wMS_Y?list=PL0lo9MOBetEG8TZty9Z38oSZAY8FjkaB7&index=1{% else %}https://www.youtube-nocookie.com/embed/uiaLWluYJsA{% endif %}'
layout: product-landing
beta_product: false
versions:
@@ -74,4 +65,3 @@ redirect_from:
- /linking-a-pull-request-to-an-issue
- /about-duplicate-issues-and-pull-requests
---

View File

@@ -213,9 +213,6 @@ sections:
- |
Repositories with multiple licenses display all of the licenses in the "About" sidebar on the {% octicon "code" aria-label="The code icon" %} **Code** tab. For more information, see "[Licensing a repository](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)."
# https://github.com/github/releases/issues/2233
- When a user renames or moves a file to a new directory, if at least half of the file's contents are identical, the commit history indicates that the file was renamed, similar to `git log --follow`. For more information, see the [GitHub Blog](https://github.blog/changelog/2022-06-06-view-commit-history-across-file-renames-and-moves/).
# https://github.com/github/releases/issues/2093
- |
Users can require a successful deployment of a branch before anyone can merge the pull request associated with the 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#require-deployments-to-succeed-before-merging)" 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)."

View File

@@ -231,6 +231,10 @@ sections:
- |
Users can create a branch from a repository's **Branches** overview page by clicking the **New branch** button. 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#creating-a-branch)."
# https://github.com/github/releases/issues/2233
- |
When a user renames or moves a file to a new directory, if at least half of the file's contents are identical, the commit history indicates that the file was renamed, similar to `git log --follow`. For more information, see the [GitHub Blog](https://github.blog/changelog/2022-06-06-view-commit-history-across-file-renames-and-moves/). [Updated: 2023-02-10]
# https://github.com/github/releases/issues/1964
# https://github.com/github/releases/issues/1965
# https://github.com/github/releases/issues/2170