Skip to content

[Github] Run code formatter job in release branch #149387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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