forked from mirrors/qmk_firmware
refine how we ping
This commit is contained in:
parent
405e200ca2
commit
771c47ab99
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
* @qmk/collaborators
|
||||
/lib/python/* @skullydazed @erovia
|
||||
/lib/python/* @qmk/python
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue