Skip to content

Commit 04c958c

Browse files
authored
Merge pull request #35926 from github/repo-sync
Repo sync
2 parents e8e0070 + 83b29a0 commit 04c958c

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ To restart streaming, click **Resume stream**.
319319

320320
## Enabling audit log streaming of API requests
321321

322-
>[!NOTE] This feature is currently in {% data variables.release-phases.public_preview %} and subject to change.
323-
324322
{% data reusables.enterprise-accounts.access-enterprise %}
325323
{% data reusables.enterprise-accounts.settings-tab %}
326324
{% data reusables.enterprise-accounts.audit-log-tab %}

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The following examples are designed to give you an idea of some of the build com
272272

273273
* Swift project built from an Xcode project or workspace. By default, the largest Swift target is built:
274274

275-
It's a good idea to ensure that the project is in a clean state and that there are no build artefacts available.
275+
It's a good idea to ensure that the project is in a clean state and that there are no build artifacts available.
276276

277277
```shell
278278
xcodebuild clean -all

content/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ This type of permanent link will render as a code snippet only in the repository
3838

3939
## Linking to Markdown
4040

41-
You can link to specific lines in Markdown files by loading the Markdown file without Markdown rendering. To load a Markdown file without rendering, you can use the `?plain=1` parameter at the end of the url for the file. For example, `github.com/<organization>/<repository>/blob/<branch_name>/README.md?plain=1`.
41+
You can link to specific lines in Markdown files by loading the Markdown file without Markdown rendering. To load a Markdown file without rendering, you can use the `?plain=1` parameter at the end of the URL for the file. For example, `github.com/<organization>/<repository>/blob/<commit_SHA>/README.md?plain=1`.
4242

43-
You can link to a specific line in the Markdown file the same way you can in code. Append `#L` with the line number or numbers at the end of the url. For example, `github.com/<organization>/<repository>/blob/<branch_name>/README.md?plain=1#L14` will highlight line 14 in the plain README.md file.
43+
You can link to a specific line in the Markdown file the same way you can in code. Append `#L` with the line number or numbers at the end of the URL. For example, `github.com/<organization>/<repository>/blob/<commit_SHA>/README.md?plain=1#L14` will highlight line 14 in the plain README.md file.
4444

4545
## Further reading
4646

content/rest/orgs/bypass-requests.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: TODOCS
3-
shortTitle: TODOCS
4-
intro: TODOCS
2+
title: REST API endpoints for organization push rule bypass requests
3+
shortTitle: Bypass requests
4+
intro: >-
5+
Use the REST API to manage organization push rule bypass requests.
56
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
67
ghec: '*'
78
topics:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Artifact attestations are available in public repositories for all current {% data variables.product.prodname_dotcom %} plans. They are not available on legacy plans, such as Bronze, Silver, or Gold. {% ifversion fpt %}If you are on a {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, or {% data variables.product.prodname_team %} plan, artefact attestations are only available for public repositories. To use artifact attestations in private or internal repositories, you must be on a {% data variables.product.prodname_ghe_cloud %} plan. {% endif %}
1+
Artifact attestations are available in public repositories for all current {% data variables.product.prodname_dotcom %} plans. They are not available on legacy plans, such as Bronze, Silver, or Gold. {% ifversion fpt %}If you are on a {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, or {% data variables.product.prodname_team %} plan, artifact attestations are only available for public repositories. To use artifact attestations in private or internal repositories, you must be on a {% data variables.product.prodname_ghe_cloud %} plan. {% endif %}

0 commit comments

Comments
 (0)