From caff98bc74c649f27314eb9873a6f7e9da6f4dd0 Mon Sep 17 00:00:00 2001 From: Faisal Eddichari <2056026+Faisal78123@users.noreply.github.com> Date: Tue, 8 Apr 2025 05:34:12 +0200 Subject: [PATCH 1/4] Update viewing-push-logs.md (#54579) --- .../viewing-push-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/viewing-push-logs.md b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/viewing-push-logs.md index 24ff12ec202c..0454c99767f8 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/viewing-push-logs.md +++ b/content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/viewing-push-logs.md @@ -44,5 +44,5 @@ For more information, see [AUTOTITLE](/repositories/viewing-activity-and-data-fo 1. In the appropriate Git repository, open the audit log file: ```shell - ghe-repo OWNER/REPOSITORY -c "cat audit_log" + ghe-spokesctl ssh --primary OWNER/REPOSITORY -- cat audit_log ``` From 0673b741d818bb943c1f3c2ab3f9acdb362e2087 Mon Sep 17 00:00:00 2001 From: Jared Fine Date: Mon, 7 Apr 2025 23:36:09 -0400 Subject: [PATCH 2/4] Add rebase merge constraint to data that is not migrated list (#54839) Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> --- data/reusables/enterprise-migration-tool/data-not-migrated.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/enterprise-migration-tool/data-not-migrated.md b/data/reusables/enterprise-migration-tool/data-not-migrated.md index a825fc965c83..80559e32d23d 100644 --- a/data/reusables/enterprise-migration-tool/data-not-migrated.md +++ b/data/reusables/enterprise-migration-tool/data-not-migrated.md @@ -9,6 +9,7 @@ * {% data variables.product.prodname_actions %} secrets, variables, environments, self-hosted runners, {% data variables.actions.hosted_runner %}s, or workflow run history * GitHub Apps and GitHub App installations * {% data variables.large_files.product_name_short %} objects and large binaries (repositories using {% data variables.large_files.product_name_short %} are still supported, see [Limitations of {% data variables.product.prodname_importer_proper_name %}](#limitations-of-github-enterprise-importer)) +* Links from commits to pull requests that were rebase merged * Packages in {% data variables.product.prodname_registry %} * Projects (classic) at the organization level * {% data variables.product.prodname_projects_v2 %} (the new projects experience) From 62c299e660645aace2373472617a3f1f6cf33c44 Mon Sep 17 00:00:00 2001 From: Aleah Dawson <44206063+aleah@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:38:23 -0700 Subject: [PATCH 3/4] Update about-the-billing-cycle.md (#55195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Holly 🦒 <104800384+holly-kassel@users.noreply.github.com> --- .../using-the-new-billing-platform/about-the-billing-cycle.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/billing/using-the-new-billing-platform/about-the-billing-cycle.md b/content/billing/using-the-new-billing-platform/about-the-billing-cycle.md index 70aa0217a0ff..144c256d9638 100644 --- a/content/billing/using-the-new-billing-platform/about-the-billing-cycle.md +++ b/content/billing/using-the-new-billing-platform/about-the-billing-cycle.md @@ -29,6 +29,8 @@ At the end of each month, your metered usage is calculated and scheduled to be b {% ifversion fpt %}For personal accounts and organizations, your bill cycle day is typically the day you started a paid plan (not necessarily when the account was created).{% elsif ghec %}Your bill cycle day is typically determined by when you converted from a trial to a paid enterprise account.{% endif %} For example, if you {% ifversion fpt %}started a paid plan{% elsif ghec %}converted from a trial{% endif %} on the 15th of a month, you will be billed on the 15th of each subsequent month. +> [!NOTE] If you are paying via an Azure subscription ID, your **billing period** will run from the first day of each month to the last day of the month. To access your specific **bill cycle day**, please visit the Azure commerce portal. + ## Billing cycles for volume-based products Volume-based licenses may follow a different billing cycle, even if your account is on the new billing platform. These products are often billed based on the anniversary date of your subscription rather than by calendar month. From 410aacfe29bc19f97077577874febc1ebf60fe3a Mon Sep 17 00:00:00 2001 From: Patrick Knight Date: Mon, 7 Apr 2025 22:54:08 -0500 Subject: [PATCH 4/4] Update push-rulesets.yml (#55187) --- data/features/push-rulesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/features/push-rulesets.yml b/data/features/push-rulesets.yml index efc10be70851..5c5f5448a5ec 100644 --- a/data/features/push-rulesets.yml +++ b/data/features/push-rulesets.yml @@ -3,4 +3,4 @@ versions: fpt: '*' ghec: '*' - ghes: '>=3.15' + ghes: '>=3.17'