From 38756970fc0ee62c770e70f2a173f01e610552f7 Mon Sep 17 00:00:00 2001 From: David Staheli <1767415+davidstaheli@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:50:24 -0500 Subject: [PATCH 1/2] API Insights: Update note about what is not yet supported (#53035) Co-authored-by: Kevin Heis Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> --- .../viewing-api-insights-in-your-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/organizations/managing-programmatic-access-to-your-organization/viewing-api-insights-in-your-organization.md b/content/organizations/managing-programmatic-access-to-your-organization/viewing-api-insights-in-your-organization.md index d4d8db8759e8..e8594d2e1540 100644 --- a/content/organizations/managing-programmatic-access-to-your-organization/viewing-api-insights-in-your-organization.md +++ b/content/organizations/managing-programmatic-access-to-your-organization/viewing-api-insights-in-your-organization.md @@ -18,7 +18,7 @@ topics: As a {% data variables.product.prodname_ghe_cloud %} organization owner, you and your designated users can view REST API activity for your entire organization or specific apps and users. This helps you understand the sources of your REST API activity and manage against your primary rate limits, giving you visibility into the timeframe, apps, and API endpoints involved. To learn more about primary rate limits, see "[AUTOTITLE](/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-primary-rate-limits)." -> [!NOTE] Currently, this feature supports only the `core` category of REST API endpoints (non-search-related), and primary rate limits but not secondary rate limits. For information about API categories, see "[AUTOTITLE](/rest/rate-limit/rate-limit)." To learn more about primary and secondary rate limits, see "[AUTOTITLE](/rest/using-the-rest-api/rate-limits-for-the-rest-api)." +> [!NOTE] Currently, this feature supports only the `core` category of REST API endpoints and primary rate limits. API activity for search, {% data variables.product.prodname_actions %} (using the [`GITHUB_TOKEN`](/actions/security-for-github-actions/security-guides/automatic-token-authentication) secret), and secondary rate-limiting are not supported. For information about API categories, see "[AUTOTITLE](/rest/rate-limit/rate-limit)." To learn more about primary and secondary rate limits, see "[AUTOTITLE](/rest/using-the-rest-api/rate-limits-for-the-rest-api)." ## Enabling access to API insights From 66f1fe2ddc18600341eee31934b74b543b715502 Mon Sep 17 00:00:00 2001 From: Cory Calahan Date: Wed, 13 Nov 2024 00:51:28 -0800 Subject: [PATCH 2/2] [Actions] Fix indentation in `defaults.run.shell` section (#53076) --- .../jobs/setting-default-values-for-jobs-defaults-run-shell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/actions/jobs/setting-default-values-for-jobs-defaults-run-shell.md b/data/reusables/actions/jobs/setting-default-values-for-jobs-defaults-run-shell.md index d233a30cbc8b..66d19e5d1b72 100644 --- a/data/reusables/actions/jobs/setting-default-values-for-jobs-defaults-run-shell.md +++ b/data/reusables/actions/jobs/setting-default-values-for-jobs-defaults-run-shell.md @@ -1,4 +1,5 @@ Use `shell` to define the `shell` for a step. {% data reusables.actions.reusable-keyword %} {% data reusables.actions.supported-shells %} + {% data reusables.actions.defaults-override %}