[llvm] Document use of `skip-precommit-approval` label for non-review pull requests (PR #81053)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 16:39:58 PST 2024
================
@@ -103,6 +103,12 @@ ready to be committed. Specifically, once a patch is sent out for review, it
needs an explicit approval before it is committed. Do not assume silent
approval, or solicit objections to a patch with a deadline.
+.. note::
+ If you are using a Pull Request to get precommit CI results, but not
+ because it needs a precommit review, apply the `skip-precommit-approval
+ <https://github.com/llvm/llvm-project/labels?q=skip-precommit-approval>`
+ label to the PR.
----------------
dwblaikie wrote:
Oh, yeah - generalized the wording a bit further to mention "purposes other than code review" including code review, convenient web-based reverts, "etc" since there might be other reasons now or in the future that PRs might be used for purposes other than review.
https://github.com/llvm/llvm-project/pull/81053
More information about the llvm-commits
mailing list