[llvm] [Github] Make prune branches workflow save branch patches (PR #178539)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 29 08:31:21 PST 2026


================
@@ -27,4 +27,11 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
-          python3 .github/workflows/prune-unused-branches.py
+          mkdir patches
----------------
cmtice wrote:

Should you add a flag to 'mkdir' so that it doesn't fail if the directory already exists?

https://github.com/llvm/llvm-project/pull/178539


More information about the llvm-commits mailing list