Skip to content

Commit

Permalink
Merge pull request github#30880 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jan 2, 2024
2 parents e1b6964 + 0ef00c4 commit 3ffd918
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1192,13 +1192,15 @@ For security reasons, {% data variables.product.prodname_dependabot %} does not

The `nuget-feed` type supports username and password, or token. {% data reusables.dependabot.password-definition %}

{% data reusables.dependabot.dependabot-updates-path-match %}

{% raw %}

```yaml
registries:
nuget-example:
type: nuget-feed
url: https://nuget.example.com/v3/index.json
url: https://nuget.pkg.github.com/my-org
username: [email protected]
password: ${{secrets.MY_NUGET_PASSWORD}}
```
Expand All @@ -1211,7 +1213,7 @@ registries:
registries:
nuget-azure-devops:
type: nuget-feed
url: https://pkgs.dev.azure.com/.../_packaging/My_Feed/nuget/v3/index.json
url: https://pkgs.dev.azure.com
username: [email protected]
password: ${{secrets.MY_AZURE_DEVOPS_TOKEN}}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ autogenerated: github-apps

These permissions are required to access private resources with the following endpoints. Some endpoints can also be used to access public resources without these permissions.

Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint.
Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint. Some endpoints that require write access to the repository "Contents" permission also require write access to the repository "Workflows" permission if the request will affect workflow files. In these cases, the repository "Workflows" permission is indicated as an additional permission even though it is not always required to use the endpoint.

<!-- The content of this page is rendered as a NextJS page component. -->
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To show forks in repository search results, add `fork:true` or `fork:only` to yo

{% note %}

**Note:** Searching for commits is not supported for forks.
**Note:** Forks can only be included in repository and code searches.

{% endnote %}

Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/enterprise-server/3-10/4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sections:
- |
An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect.
- |
On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
- |
The enterprise account pages on some installations rendered very slowly.
- |
Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/enterprise-server/3-11/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sections:
- |
An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect.
- |
On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
- |
A user in the process of being converted into an organization could be added as a collaborator on a repository. This resulted in the new organizations owners unexpectedly receiving access to the repository.
- |
Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/enterprise-server/3-7/19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sections:
- |
A missing executable on the PATH caused the `ghe-spokesctl ssh` command to fail.
- |
On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
- |
A user in the process of being converted into an organization could be added as a collaborator on a repository. This resulted in the new organizations owners unexpectedly receiving access to the repository.
- |
Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/enterprise-server/3-8/12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sections:
- |
An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect.
- |
On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
- |
A user in the process of being converted into an organization could be added as a collaborator on a repository. This resulted in the new organizations owners unexpectedly receiving access to the repository.
- |
Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/enterprise-server/3-9/7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sections:
- |
An administrator could enable GitHub Connect on an instance with a license that does not support GitHub Connect.
- |
On an instance GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
On an instance with GitHub Connect enabled, some system users were incorrectly counted as consuming a license following license sync.
- |
The enterprise account pages on some installations rendered very slowly.
- |
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"sha": "cfd6b7de7b0a76e5ea640dcb36d60bf167184ac4"
"sha": "ec17d5a77a2124a31114229e0e740063750bf31a"
}

0 comments on commit 3ffd918

Please sign in to comment.