[all-commits] [llvm/llvm-project] 5e4e2a: workflows/pr-receive: Ignore pull requests with 10...

Tom Stellard via All-commits all-commits at lists.llvm.org
Sat Sep 16 07:46:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e4e2a5aae6a89059562b6cb003e6b445408775c
      https://github.com/llvm/llvm-project/commit/5e4e2a5aae6a89059562b6cb003e6b445408775c
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2023-09-16 (Sat, 16 Sep 2023)

  Changed paths:
    M .github/workflows/pr-receive.yml

  Log Message:
  -----------
  workflows/pr-receive: Ignore pull requests with 10 or more commits (#66320)

This will cause the auto-labeler not to run on pull requests with more
than 10 commits. Usually larger pull requests like this are mistakes and
we want to avoid generating an excessive amount of notifications.

It may be possible for legitimate pull requests to have 10 or more
commits from people pushing fixup commits to addresss review comments.
However, these pull requests should already have the correct labels by
the time they grow to 10 commits.




More information about the All-commits mailing list