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_ 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. 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 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