mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
.github/workflows: bump changed-files action
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
2
.github/workflows/emails.yml
vendored
2
.github/workflows/emails.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
if: ${{ fromJSON(env.is_commit_valid) }}
|
||||
uses: tj-actions/changed-files@v35
|
||||
uses: tj-actions/changed-files@v37
|
||||
with:
|
||||
base_sha: ${{ env.last_successful_commit }}
|
||||
write_output_files: true
|
||||
|
||||
@@ -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