Re: [OE-core][PATCH] patchtest: add test_commit_message_user_tags

2024-10-09 Thread Richard Purdie
On Fri, 2024-10-04 at 09:39 -0400, Trevor Gamblin via lists.openembedded.org wrote: > This test makes patchtest check to ensure that there aren't any > GitHub-style user account names being tagged in the commit message, e.g. > it should catch lines like: > > "fix added by @threexc" > > This is d

[OE-core][PATCH] patchtest: add test_commit_message_user_tags

2024-10-04 Thread Trevor Gamblin
This test makes patchtest check to ensure that there aren't any GitHub-style user account names being tagged in the commit message, e.g. it should catch lines like: "fix added by @threexc" This is desired so that if (for example) we add upstream changelogs in recipe upgrade commit messages verbat