[llvm] [Github] Run code formatter job in release branch (PR #149387)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 17 12:22:21 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
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
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:
``````````
</details>
https://github.com/llvm/llvm-project/pull/149387
More information about the llvm-commits
mailing list