Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #34266

Merged
merged 3 commits into from
Aug 9, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ If the new owner of your old username creates a repository with the same name as

After changing your username, links to your previous profile page, such as `https://{% data variables.product.product_url %}/previoususername`, will return a 404 error. We recommend updating any links to your account on {% data variables.location.product_location %} from elsewhere{% ifversion fpt or ghec %}, such as your LinkedIn or Twitter profile{% endif %}.

## Accounts logged in on GitHub Mobile

Accounts logged in on the {% data variables.product.prodname_mobile %} app may continue to display your original username until you log out. To ensure your updated username is displayed, we recommend you sign out and back in to your account on each mobile device.

## Your Git commits

If your Git commits are associated with another email address you've added to your {% data variables.product.prodname_dotcom %} account, they'll continue to be attributed to you and appear in your contributions graph after you've changed your username. For more information on setting your email address, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address)" and "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account)."
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "c010d21e15f2da163a244cc320587e577d4eae0a"
"sha": "a6ae72ddb4ef11795d06ae2b0ec622511e27f752"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"requestPath": "/orgs/{org}/copilot/usage",
"additional-permissions": true,
"access": "read"
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"additional-permissions": true,
"access": "read"
}
]
},
Expand Down Expand Up @@ -477,6 +486,15 @@
"additional-permissions": false,
"access": "read"
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"additional-permissions": true,
"access": "read"
},
{
"category": "orgs",
"slug": "enable-or-disable-a-security-feature-for-an-organization",
Expand Down Expand Up @@ -713,6 +731,15 @@
"requestPath": "/orgs/{org}/members/{username}/copilot",
"additional-permissions": true,
"access": "read"
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"additional-permissions": true,
"access": "read"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,12 @@
"subcategory": "copilot-user-management",
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}/copilot"
},
{
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage"
}
],
"dependabot": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
}
]
},
Expand Down Expand Up @@ -614,6 +625,17 @@
"server-to-server": true,
"additional-permissions": false
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "orgs",
"slug": "enable-or-disable-a-security-feature-for-an-organization",
Expand Down Expand Up @@ -896,6 +918,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,12 @@
"subcategory": "copilot-user-management",
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}/copilot"
},
{
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage"
}
],
"dependabot": [
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,12 @@
"subcategory": "copilot-user-management",
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}/copilot"
},
{
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage"
}
],
"dependabot": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@
"additional-permissions": true,
"access": "read"
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"additional-permissions": true,
"access": "read"
},
{
"category": "enterprise-admin",
"slug": "list-provisioned-scim-groups-for-an-enterprise",
Expand Down Expand Up @@ -765,6 +774,15 @@
"additional-permissions": false,
"access": "read"
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"additional-permissions": true,
"access": "read"
},
{
"category": "orgs",
"slug": "enable-or-disable-a-security-feature-for-an-organization",
Expand Down Expand Up @@ -1151,6 +1169,15 @@
"requestPath": "/orgs/{org}/members/{username}/copilot",
"additional-permissions": true,
"access": "read"
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"additional-permissions": true,
"access": "read"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,12 @@
"subcategory": "copilot-user-management",
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}/copilot"
},
{
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage"
}
],
"dependabot": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,17 @@
"server-to-server": true,
"additional-permissions": true
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "enterprise-admin",
"slug": "list-provisioned-scim-groups-for-an-enterprise",
Expand Down Expand Up @@ -1010,6 +1021,17 @@
"server-to-server": true,
"additional-permissions": false
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "orgs",
"slug": "enable-or-disable-a-security-feature-for-an-organization",
Expand Down Expand Up @@ -1474,6 +1496,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
},
{
"category": "copilot",
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,12 @@
"subcategory": "copilot-user-management",
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}/copilot"
},
{
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage"
}
],
"dependabot": [
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,12 @@
"subcategory": "copilot-user-management",
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}/copilot"
},
{
"slug": "get-a-summary-of-copilot-usage-for-a-team",
"subcategory": "copilot-usage",
"verb": "get",
"requestPath": "/orgs/{org}/team/{team_slug}/copilot/usage"
}
],
"dependabot": [
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "0bb1cf439a7445ce2ad2375b82c47e7ac84dbfc3"
"sha": "29713de5ceec306c9e21e2ce7c5fe5b49d07f487"
}
Loading
Loading