Skip to content

Commit a3607c0

Browse files
authored
Merge pull request github#39895 from github/repo-sync
Repo sync
2 parents fbef085 + 48ad4dd commit a3607c0

File tree

11 files changed

+365
-306
lines changed

11 files changed

+365
-306
lines changed

content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/available-rules-for-rulesets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Metadata restrictions block "ref updates." If a contributor pushes work that inc
238238

239239
Metadata restrictions can increase friction for people contributing to a repository. Generally, if you impose metadata restrictions, you should do so on a limited set of branches to avoid impacting contributors' daily work. For example, instead of requiring consistent commit messages on any topic branch that a contributor might work on, you should require consistent commit messages on `main` only, then require pull requests into `main`.
240240

241-
If you use squash merges, you should be aware that metadata restrictions are evaluated before the merge, so all commits on the pull request must meet the requirements. For metadata restrictions that apply to committer emails, the pattern must also include `[email protected]` for squash merges to satisfy the restriction.
241+
If you use squash merges, the individual commits in the pull request are ignored. Instead, restrictions are only validated against the metadata of the single, resulting merge commit. The pull request page validates this information before the merge is allowed, ensuring the final commit is compliant. For metadata restrictions that apply to committer emails, the pattern must also include `[email protected]` for squash merges to satisfy the restriction.
242242

243243
When you add metadata restrictions to an existing branch or tag, the rules are enforced for new commits pushed to the branch or tag from that point forward, but they are not enforced against the existing history of the branch or tag.
244244

data/reusables/copilot/differences-cfi-cfb-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
| Private extensions | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
6666
| Coding guidelines for code review | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} |
6767
| Block suggestions matching public code | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
68-
| Exclude specified files from {% data variables.product.prodname_copilot_short %} | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
68+
| Exclude specified files from {% data variables.product.prodname_copilot_short %} | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
6969
| Organization-wide policy management | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} |
7070

7171
{% endrowheaders %}

ownership.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ownership:
77
kind: moda
88
long_name: Docs on Moda
99
description: Please use <https://catalog.githubapp.com/services/docs> instead.
10-
exec_sponsor: nerdneha
10+
exec_sponsor: ahalliop
1111
product_manager: docs-bot
1212
maintainer: anjuan
1313
team_slack: docs

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"@primer/behaviors": "^1.7.2",
256256
"@primer/css": "^21.3.1",
257257
"@primer/live-region-element": "^0.7.2",
258-
"@primer/octicons": "^19.14.0",
258+
"@primer/octicons": "^19.15.5",
259259
"@primer/octicons-react": "^19.14.0",
260260
"@primer/react": "36.27.0",
261261
"accept-language-parser": "^1.5.0",

src/links/lib/excluded-links.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@
106106
- is: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1375604
107107
- is: https://developers.redhat.com/articles/2025/02/17/how-securely-deploy-github-arc-openshift#arc_architecture
108108
- startsWith: https://creativecommons.org/
109+
- is: https://www.adobe.com/privacy/policy.html
110+
- is: https://www.facebook.com/policies/cookies/
111+
- is: https://help.fullstory.com/hc/en-us/articles/360020623394-GDPR-FAQs
112+
- is: https://collectd.org/documentation/manpages/collectd.conf.html#plugin-fhcount

0 commit comments

Comments
 (0)