gnodet opened a new pull request, #22096:
URL: https://github.com/apache/camel/pull/22096

   ## Summary
   
   - Add a GitHub Actions workflow to automatically delete `automated/upgrade*` 
branches when their PR is closed or merged
   - There are currently 805+ stale branches cluttering the repo from container 
image upgrade automation
   - Only acts on branches owned by the repo (not forks) using 
`pull_request_target` for security
   - Going forward, new automated upgrade PRs will have their branches cleaned 
up automatically
   
   ## Test plan
   
   - [x] Workflow triggers on `pull_request_target` with type `closed`
   - [x] Guards: only `apache/camel` repo, only same-repo branches, only 
`automated/upgrade*` prefix
   - [x] Uses `gh api` to delete the branch ref
   
   Co-Authored-By: Claude Opus 4.6 <[email protected]>


-- 
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