Skip to content

Commit c6bb284

Browse files
authored
Merge pull request #37734 from github/repo-sync
Repo sync
2 parents 458757d + abf642c commit c6bb284

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

data/reusables/billing/enhanced-billing-platform-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Beginning in February 2025, {% data variables.product.company_short %} will migr
1212

1313
<!-- end expires 2025-04-30 -->
1414

15-
For existing personal accounts created before February 13, 2025, {% data variables.product.company_short %} will migrate personal accounts to the new billing platform in the future. You will receive a notice 30 days before migration.
15+
For existing personal accounts created before February 13, 2025, {% data variables.product.company_short %} will migrate personal accounts to the new billing platform by June 30, 2025.
1616

1717
{% elsif ghec %}
1818

data/reusables/repositories/rulesets-commit-regex.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Rulesets support RE2 syntax. For more information, see Google's [syntax guide](h
66

77
By default, regular expressions in metadata restrictions do not consider multiple lines of text. For example, if you have a multiline commit message, the pattern `^ABC` will be a match if the first line of the message starts with `ABC`. To match multiple lines of the message, start your expression with `(?m)`.
88

9-
When using regular expression metacharacter classes that contain a backslash `\` it must be escaped with an additional backslash. For example `task#\\d{1,4}`
10-
119
The negative lookahead assertion, denoted `?!`, is not supported. However, for cases where you need to look for a given string that is not followed by another given string, you can use the positive lookahead assertion, denoted `?`, combined with the "Must not match a given regex pattern" requirement.
1210

1311
> [!NOTE]

0 commit comments

Comments
 (0)