MCPcopy Create free account
hub / github.com/commonhaus/foundation / printHeader

Method printHeader

templates/panda/PolicyPanda.java:350–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 }
349
350 private void printHeader() {
351 // formatter:off
352 System.out.println(
353 """
354 ## Policy Panda 🐼
355
356 The Policy Panda tries to spot if org/repos follows the requirement of the CommonHaus Foundation.
357 It will look for the various files in various possbile formats (%s) in the repositories,
358 including `.github` global repo if present.
359
360 It is not perfect, it is just a panda. 🐼
361
362 If you think it is missing something, please let us know at https://github.com/commonhaus/automation/issues
363 """
364 .formatted(String.join(", ", markupFormats)));
365 // formatter:on
366 }
367
368 private void runAssetDiscovery(GHOrganization org, List<GHRepository> repos) throws IOException {
369 log.info("🌳 Creating an asset inventory");

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected