Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/repos/mergeUpstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ type: API method

# Sync a fork branch with the upstream repository

**Note:** This endpoint is currently in beta and subject to change.

Sync a branch of a forked repository to keep it up-to-date with the upstream repository.

```js
Expand Down
4 changes: 2 additions & 2 deletions docs/secretScanning/listAlertsForOrg.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Lists secret scanning alerts by organization
name: List secret scanning alerts by organization
example: octokit.rest.secretScanning.listAlertsForOrg({ org })
route: GET /orgs/{org}/secret-scanning/alerts
scope: secretScanning
type: API method
---

# Lists secret scanning alerts by organization
# List secret scanning alerts by organization

Lists all secret scanning alerts for all eligible repositories in an organization, from newest to oldest.
To use this endpoint, you must be an administrator for the repository or organization, and you must use an access token with the `repo` scope or `security_events` scope.
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -44692,7 +44692,7 @@
"url": "/repos/{owner}/{repo}/merge-upstream",
"isDeprecated": false,
"deprecationDate": null,
"description": "Sync a branch of a forked repository to keep it up-to-date with the upstream repository.",
"description": "**Note:** This endpoint is currently in beta and subject to change.\n\nSync a branch of a forked repository to keep it up-to-date with the upstream repository.",
"documentationUrl": "https://docs.github.com/rest/reference/repos#sync-a-fork-branch-with-the-upstream-repository",
"previews": [],
"headers": [],
Expand Down Expand Up @@ -48741,7 +48741,7 @@
"renamed": null
},
{
"name": "Lists secret scanning alerts by organization",
"name": "List secret scanning alerts by organization",
"scope": "secretScanning",
"id": "listAlertsForOrg",
"method": "GET",
Expand Down
2 changes: 2 additions & 0 deletions src/generated/method-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7801,6 +7801,8 @@ export type RestEndpointMethods = {
endpoint: EndpointInterface<{ url: string }>;
};
/**
* **Note:** This endpoint is currently in beta and subject to change.
*
* Sync a branch of a forked repository to keep it up-to-date with the upstream repository.
*/
mergeUpstream: {
Expand Down