Hello,
I was wondering if there is an option to delete a branch after a merge build is finished in Circle CI. From what I saw, we only have available a CIRCLE_BRANCH env variable, which provides the name of the branch being built, but I am interested in the branch being merged, so that I can trigger a branch delete from inside the the config.yml file.
Thank you