Skip to content

Commit 63d30d7

Browse files
committed
dump xcats
1 parent 3d6930e commit 63d30d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

process_pr.py

+1
Original file line numberDiff line numberDiff line change
@@ -2103,6 +2103,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F
21032103

21042104
# automatically approve CATS_TO_APPROVE_ON_TEST on test-approved
21052105
xcats = CATS_TO_APPROVE_ON_TEST + ["orp", "tests", "code-checks"]
2106+
print("XCats:", xcats)
21062107
if (signatures.get("tests") == "approved") and [c for c in signatures if not c in xcats]:
21072108
for cat in [c for c in CATS_TO_APPROVE_ON_TEST if (signatures.get(c) == "pending")]:
21082109
signatures[cat] = "approved"

0 commit comments

Comments
 (0)