Skip to content

Commit

Permalink
Merge pull request #35926 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 14, 2025
2 parents e8e0070 + 83b29a0 commit 04c958c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ To restart streaming, click **Resume stream**.

## Enabling audit log streaming of API requests

>[!NOTE] This feature is currently in {% data variables.release-phases.public_preview %} and subject to change.

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ The following examples are designed to give you an idea of some of the build com

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

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

```shell
xcodebuild clean -all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ This type of permanent link will render as a code snippet only in the repository

## Linking to Markdown

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`.
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`.

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.
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.

## Further reading

Expand Down
7 changes: 4 additions & 3 deletions content/rest/orgs/bypass-requests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: TODOCS
shortTitle: TODOCS
intro: TODOCS
title: REST API endpoints for organization push rule bypass requests
shortTitle: Bypass requests
intro: >-
Use the REST API to manage organization push rule bypass requests.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/gated-features/attestations.md
Original file line number Diff line number Diff line change
@@ -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 %}
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 comments on commit 04c958c

Please sign in to comment.