mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
.github/workflows: bump changed-files action
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -47,7 +47,7 @@ def check_maintainers(maintainers: Iterator[Maintainer]) -> Iterator[Maintainer]
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
files = [line.strip() for line in sys.stdin]
|
||||
files = input().split()
|
||||
maintainers = set(read_all_maintainers(files))
|
||||
missing_maintainers = tuple(check_maintainers(maintainers))
|
||||
sys.exit(int(len(missing_maintainers) != 0))
|
||||
|
||||
Reference in New Issue
Block a user