Skip to content

Commit 1eaf3b3

Browse files
Update rulesets-metadata-restrictions-notes.md (#59425)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 940c345 commit 1eaf3b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
> [!NOTE] If you squash merge a branch, all commits on that branch must meet any metadata requirements for the base branch.
1+
> [!NOTE]
2+
> If you squash merge a branch, all commits on that branch must meet any metadata requirements for the base branch.
3+
>
4+
> When using end-of-line anchors in regular expressions, use `\n?$` rather than `$` alone. The optional `\n?` matches a trailing newline that may be present in Git push/CLI flows, while still working for commits created via the web UI and API.

0 commit comments

Comments
 (0)