Skip to content

[Github] Reenable prune-unused-branches workflow#205439

Merged
boomanaiden154 merged 6 commits into
mainfrom
users/boomanaiden154/github-reenable-prune-unused-branches-workflow
Jun 24, 2026
Merged

[Github] Reenable prune-unused-branches workflow#205439
boomanaiden154 merged 6 commits into
mainfrom
users/boomanaiden154/github-reenable-prune-unused-branches-workflow

Conversation

@boomanaiden154

Copy link
Copy Markdown
Contributor

The Github API has recovered and the previous failure mode has been
rectified by ensuring that branches are ready for deletion for seven
days rather than 24 hours.

Created using spr 1.3.7
Created using spr 1.3.7

[skip ci]
Created using spr 1.3.7
@boomanaiden154 boomanaiden154 marked this pull request as ready for review June 23, 2026 21:52
@boomanaiden154 boomanaiden154 requested a review from cmtice June 23, 2026 21:52
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

The Github API has recovered and the previous failure mode has been
rectified by ensuring that branches are ready for deletion for seven
days rather than 24 hours.


Full diff: https://github.com/llvm/llvm-project/pull/205439.diff

1 Files Affected:

  • (modified) .github/workflows/prune-branches.yml (+2)
diff --git a/.github/workflows/prune-branches.yml b/.github/workflows/prune-branches.yml
index 753fc7e42bc16..d86451a52d0a0 100644
--- a/.github/workflows/prune-branches.yml
+++ b/.github/workflows/prune-branches.yml
@@ -8,6 +8,8 @@ on:
     paths:
      - .github/workflows/prune-branches.yml
      - .github/workflows/prune-unused-branches.py
+  schedule:
+    - cron: '0 8 * * *' # Runs daily at 08:00 UTC.
 
 jobs:
   prune-branches:

Created using spr 1.3.7

[skip ci]
Created using spr 1.3.7
@boomanaiden154 boomanaiden154 changed the base branch from users/boomanaiden154/main.github-reenable-prune-unused-branches-workflow to main June 24, 2026 00:00
@boomanaiden154 boomanaiden154 merged commit c48e258 into main Jun 24, 2026
19 of 24 checks passed
@boomanaiden154 boomanaiden154 deleted the users/boomanaiden154/github-reenable-prune-unused-branches-workflow branch June 24, 2026 00:00
llvm-upstreamsync Bot pushed a commit to qualcomm/cpullvm-toolchain that referenced this pull request Jun 24, 2026
The Github API has recovered and the previous failure mode has been
rectified by ensuring that branches are ready for deletion for seven
days rather than 24 hours.

Reviewers: cmtice

Reviewed By: cmtice

Pull Request: llvm/llvm-project#205439
llvm-sync Bot pushed a commit to arm/arm-toolchain that referenced this pull request Jun 24, 2026
The Github API has recovered and the previous failure mode has been
rectified by ensuring that branches are ready for deletion for seven
days rather than 24 hours.

Reviewers: cmtice

Reviewed By: cmtice

Pull Request: llvm/llvm-project#205439
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants