[all-commits] [llvm/llvm-project] c532db: workflows/pr-subscriber: Use our own custom concur...

Tom Stellard via All-commits all-commits at lists.llvm.org
Wed Sep 13 23:46:36 PDT 2023


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

  Changed paths:
    A .github/workflows/pr-subscriber-wait.py
    M .github/workflows/pr-subscriber.yml
    M llvm/utils/git/requirements.txt
    M llvm/utils/git/requirements.txt.in

  Log Message:
  -----------
  workflows/pr-subscriber: Use our own custom concurrency implementation (#66263)

The builtin concurrency functionality for the workflows will cancel a
pending job if there is another job from the same workflow running. For
the pr-subscriber job, this means that if multiple labels are added at
the same time, then some of the pr-subscriber jobs will be cancelled and
the PR will not have all the necessary mentions.




More information about the All-commits mailing list