- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for filesFromMerge (0.09 sec)
-
.github/workflows/CheckBadMerge.groovy
println(" p2Branches: $p2Branches") if (p1Branches.contains("origin/master") && !p2Branches.contains("origin/master") && p2Branches.any { it.startsWith("origin/release") }) { List<String> badFiles = filesFromMerge(commit).findAll {gitFile -> MONITORED_PATHS.any { forbiddenPath -> gitFile.startsWith(forbiddenPath)} } if (!badFiles.empty) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Fri Jan 24 10:03:31 UTC 2025 - 5.8K bytes - Viewed (0)