File tree Expand file tree Collapse file tree
src/adaptive_interfaces_github Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44| --- | --- | --- | --- | --- | --- | --- | --- | --- |
55| .github | - | - | yes | - | yes | yes | yes | ok |
66| adaptive-conformance-specification | - | - | yes | yes | NO | yes | yes | ok |
7- | adaptive-guide | - | - | NO | yes | NO | yes | yes | workflow failing: links.yml<br > -> https://github.com/adaptive-interfaces/adaptive-guide/actions |
7+ | adaptive-guide | - | - | NO | yes | NO | yes | yes | workflow failing: links.yml<br > -> < https://github.com/adaptive-interfaces/adaptive-guide/actions > |
88| adaptive-onboarding | - | - | - | - | NO | yes | yes | ok |
99| adaptive-sensor-testing | - | - | - | - | NO | yes | yes | ok |
1010| adaptive-skill-lab | - | - | - | - | NO | yes | yes | ok |
1111| adaptive-tool-discovery | - | - | yes | yes | NO | yes | yes | ok |
1212
13- ** 6/7 repos clean**
13+ ## 6/7 repos clean
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def analyse_repo(client: httpx.Client, repo: dict) -> RepoReport:
172172 actions_url = f"https://github.com/{ ORG } /{ name } /actions"
173173 for wf in report .workflows :
174174 if wf .status == "fail" :
175- report .issues .append (f"workflow failing: { wf .name } \n -> { actions_url } " )
175+ report .issues .append (f"workflow failing: { wf .name } \n -> < { actions_url } > " )
176176 if (
177177 name not in SKIP_THIN_CALLER
178178 and wf .status != "missing"
@@ -339,7 +339,7 @@ def f(label: str, r=r) -> str:
339339 clean = sum (1 for r in reports if not r .archived and not r .issues )
340340
341341 lines .append ("" )
342- lines .append (f"** { clean } /{ total } repos clean** " )
342+ lines .append (f"## { clean } /{ total } repos clean" )
343343 lines .append ("" )
344344
345345 return "\n " .join (lines )
You can’t perform that action at this time.
0 commit comments