From fc02ea3f9bf3ad45ec1fc7268674ae13b800e6ac Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:31:01 -0700 Subject: [PATCH 1/4] Update sme-review-tracking-issue.yml (#52088) --- .github/workflows/sme-review-tracking-issue.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sme-review-tracking-issue.yml b/.github/workflows/sme-review-tracking-issue.yml index 2c783ad1d096..51ca9edec8e3 100644 --- a/.github/workflows/sme-review-tracking-issue.yml +++ b/.github/workflows/sme-review-tracking-issue.yml @@ -40,6 +40,10 @@ jobs: ${process.env.URL} + ### Reason for SME review + + @${context.payload.sender.login} (Optional) _Insert short answer regarding why SME assistance is required to review this contribution_ + ### Location SME review was requested _Insert link to the location SME review was initially requested_ From 5ae752016cd816d038cb1d13d3eed1345775d213 Mon Sep 17 00:00:00 2001 From: Larissa Fortuna <56982181+lkfortuna@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:04:28 -0700 Subject: [PATCH 2/4] Arm runner GA changes (#52127) Co-authored-by: SiaraMist Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- .../using-larger-runners/about-larger-runners.md | 3 --- .../using-github-hosted-runners/using-larger-runners/index.md | 4 ++-- .../using-larger-runners/managing-larger-runners.md | 1 - data/reusables/actions/azure-vnet-supported-regions.md | 3 --- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md index 896e4a1831b3..9dbfa39ea8b6 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md @@ -75,9 +75,6 @@ You can choose from several specifications for {% data variables.actions.hosted_ ### Specifications for general {% data variables.actions.hosted_runners %} -> [!NOTE] -> arm64 runners are currently in beta and subject to change. - | CPU | Memory (RAM) | Storage (SSD) | Architecture | Operating system (OS) | | --- | ------------- | ------------- | ------------ | --------------------- | | 6 | 14 GB | 14 GB | arm64 | macOS | diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/index.md b/content/actions/using-github-hosted-runners/using-larger-runners/index.md index 2bcce9031c97..ab71c5e1f40f 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/index.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners/index.md @@ -1,6 +1,6 @@ --- -title: About larger runners -shortTitle: About larger runners +title: Using larger runners +shortTitle: Using larger runners intro: '{% data variables.product.prodname_dotcom %} offers runners with more RAM, CPU, and disk space.' versions: feature: actions-hosted-runners diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md index be21a1466b99..306096b6b283 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md @@ -12,7 +12,6 @@ redirect_from: > [!NOTE] > * {% data reusables.actions.windows-linux-larger-runners-note %} -> * ARM-powered runners are currently in beta and are subject to change. {% ifversion ghec %} diff --git a/data/reusables/actions/azure-vnet-supported-regions.md b/data/reusables/actions/azure-vnet-supported-regions.md index f6bee03306fb..d604c6ca7531 100644 --- a/data/reusables/actions/azure-vnet-supported-regions.md +++ b/data/reusables/actions/azure-vnet-supported-regions.md @@ -35,7 +35,4 @@ Azure private networking supports arm64 runners in the following regions. * `NorthCentralUs` * `SouthCentralUs` -> [!NOTE] -> arm64 runners are currently in beta and subject to change. - If your desired region is not supported, please submit a request for new region availability in [this GitHub form](https://resources.github.com/private-networking-for-github-hosted-runners-with-azure-virtual-networks/). You may also use global virtual network peering to connect virtual networks across Azure regions. For more information, see [Virtual network peering](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) in the Azure documentation. From fd358970a6e8b8152a5ddb1cb1a26511bcc06223 Mon Sep 17 00:00:00 2001 From: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:11:44 -0700 Subject: [PATCH 3/4] Revert - Ubuntu 24 on GitHub-hosted runners (#52200) --- .../actions/jobs/section-choosing-the-runner-for-a-job.md | 4 ++-- data/reusables/actions/supported-github-runners.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/reusables/actions/jobs/section-choosing-the-runner-for-a-job.md b/data/reusables/actions/jobs/section-choosing-the-runner-for-a-job.md index ab01eb3e258f..ce9caf1c867d 100644 --- a/data/reusables/actions/jobs/section-choosing-the-runner-for-a-job.md +++ b/data/reusables/actions/jobs/section-choosing-the-runner-for-a-job.md @@ -66,10 +66,10 @@ Available {% data variables.product.prodname_dotcom %}-hosted runner labels are: -ubuntu-latest,ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 +ubuntu-latest,ubuntu-24.04 [Beta], ubuntu-22.04, ubuntu-20.04 -The ubuntu-latest label currently uses the Ubuntu 24.04 runner image. +The ubuntu-latest label currently uses the Ubuntu 22.04 runner image. diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 0b0ffad60e56..aa75bdd74e4f 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -27,7 +27,7 @@ Linux 14 GB -ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 +ubuntu-latest, ubuntu-24.04 [Beta], ubuntu-22.04, ubuntu-20.04 @@ -128,7 +128,7 @@ Linux 14 GB -ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 +ubuntu-latest, ubuntu-24.04 [Beta], ubuntu-22.04, ubuntu-20.04 From dba4e68a4ee8c5fee85faa360580b19ff8a603f5 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:35:15 -0700 Subject: [PATCH 4/4] Update audit log event data (#52202) --- src/audit-logs/lib/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index c7385d962e1d..19a819c335dc 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -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": "34d03f4ac75933813cdf729e0080334adb1f61ca" + "sha": "1edaa64f5136ea30fb0de04ac67d03a25120684d" } \ No newline at end of file