mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-15 11:21:15 +02:00
refine how we ping
This commit is contained in:
parent
405e200ca2
commit
771c47ab99
@ -1,2 +1,2 @@
|
|||||||
* @qmk/collaborators
|
* @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 file in cli.args.files:
|
||||||
for maintainer in maintainers(file):
|
for maintainer in maintainers(file):
|
||||||
if maintainer != 'qmk/collaborators':
|
if not maintainer.startswith('@qmk/'):
|
||||||
github_maintainers.add(maintainer)
|
github_maintainers.add(maintainer)
|
||||||
|
|
||||||
if github_maintainers:
|
if github_maintainers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user