From bf6a0e735659424a09bff3955802b1b68e3d1fcb Mon Sep 17 00:00:00 2001 From: Chris Bartlett Date: Sun, 11 Aug 2024 23:34:04 -0700 Subject: [PATCH 1/2] Fix title/description mismatch in `about-actions-usage-metrics-aggregation` table (#51896) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../actions/about-actions-usage-metrics-aggregation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/about-actions-usage-metrics-aggregation.md b/data/reusables/actions/about-actions-usage-metrics-aggregation.md index 8232b320c0..2aa00bd11d 100644 --- a/data/reusables/actions/about-actions-usage-metrics-aggregation.md +++ b/data/reusables/actions/about-actions-usage-metrics-aggregation.md @@ -6,7 +6,7 @@ The time period selection feature allows you to view {% data variables.product.p |------------------------|------------------------------------------------------------------------------| | Current week (Mon-Sun) | Data from Monday through the current day when the page is viewed. | | Current month | Data from the first of the month to the current day when the page is viewed. | -| Last week | Data from the first day to the last day of the previous month. | +| Last month | Data from the first day to the last day of the previous month. | | Last 30 days | Data from the last 30 days to when the page is viewed. | | Last 90 days | Data from the last 90 days to when the page is viewed. | | Last year | Data aggregated for the last 12 months. | From 644aa3a02cb7ff568c34a7a44c7eb2b1f4793d0d Mon Sep 17 00:00:00 2001 From: Ben Webb <92895514+benwebb-au@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:20:14 +0800 Subject: [PATCH 2/2] github/docs-content/issues/15250 - pull=read and push=write (#51829) Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> --- data/reusables/organizations/team-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/reusables/organizations/team-api.md b/data/reusables/organizations/team-api.md index c170115ca2..0b9b41e9ae 100644 --- a/data/reusables/organizations/team-api.md +++ b/data/reusables/organizations/team-api.md @@ -1 +1,3 @@ These endpoints are only available to authenticated members of the team's [organization](/rest/orgs). OAuth access tokens require the `read:org` [scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps). {% data variables.product.prodname_dotcom %} generates the team's `slug` from the team `name`. + +Where `pull` and `push` permissions are accepted, these will map to the **Read** and **Write** roles for an organization repository. For more information about repository roles, see "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)."