refine how we ping

This commit is contained in:
Zach White 2021-09-18 23:04:10 -07:00
parent 405e200ca2
commit 771c47ab99
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
* @qmk/collaborators
/lib/python/* @skullydazed @erovia
/lib/python/* @qmk/python

View file

@ -16,7 +16,7 @@ def ping_maintainers(cli):
for file in cli.args.files:
for maintainer in maintainers(file):
if maintainer != 'qmk/collaborators':
if not maintainer.startswith('@qmk/'):
github_maintainers.add(maintainer)
if github_maintainers: