apupier commented on code in PR #25275:
URL: https://github.com/apache/camel/pull/25275#discussion_r3689569684


##########
.github/workflows/pr-cleanup-branches.yml:
##########
@@ -26,11 +26,12 @@ permissions:
 
 jobs:
   cleanup:
-    name: Delete automated branch
+    name: Delete PR branch
     if: >-
       github.repository == 'apache/camel'
       && github.event.pull_request.head.repo.full_name == 
github.event.repository.full_name
-      && startsWith(github.event.pull_request.head.ref, 'automated/upgrade')
+      && github.event.pull_request.head.ref != 'main'
+      && !startsWith(github.event.pull_request.head.ref, 'camel-')

Review Comment:
   regen_bot_sbom must be kept too, see comment 
https://github.com/apache/camel/pull/25115#issue-4981154071



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to