Skip to content

Commit 79abc3b

Browse files
authored
Merge pull request #42689 from github/repo-sync
Repo sync
2 parents 57cb77c + 1eaf3b3 commit 79abc3b

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)