We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41fac3 commit fffeab3Copy full SHA for fffeab3
1 file changed
main/githooks.py
@@ -916,7 +916,8 @@ def _test(input, is_good=True):
916
_test('Trivial change NO_JIRA')
917
_test(
918
'Trivial change\n\n'
919
- 'Co-authored-by: Copilot Autofix powered by AI'
+ 'Co-authored-by: Copilot Autofix powered by AI '
920
+ '<175728472+Copilot@users.noreply.github.com>'
921
)
922
_test("Merge branch 'main' into my_branch")
923
_test("Merge branch 'branch_1' into branch_2")
0 commit comments