Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

This patch makes it so that the code formatting job will run in the release branch.

Per the request of tru@ (the current release manager).

This patch makes it so that the code formatting job will run in the
release branch.

Per the request of tru@ (the current release manager).
@boomanaiden154 boomanaiden154 requested review from tru and tstellar July 17, 2025 19:21
@boomanaiden154
Copy link
Contributor Author

Will backport to release/21.x once this gets approved.

@llvmbot
Copy link
Member

llvmbot commented Jul 17, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

This patch makes it so that the code formatting job will run in the release branch.

Per the request of tru@ (the current release manager).


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

1 Files Affected:

  • (modified) .github/workflows/pr-code-format.yml (+1)
diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml
index 70bcaafbd0cf3..d438654d093b0 100644
--- a/.github/workflows/pr-code-format.yml
+++ b/.github/workflows/pr-code-format.yml
@@ -8,6 +8,7 @@ on:
     branches:
       - main
       - 'users/**'
+      - 'release/**'
 
 jobs:
   code_formatter:

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