]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 May 2025 04:15:06 +0000 (06:15 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 04:15:06 +0000 (04:15 +0000)
commit03a211290e86cd276c71e28097aa868984e28b51
tree05c1e0a593e8da394f5a17479f230e8df5c0e7a1
parent4e9248f685225b517d528d4bd3c5682067f6b505
[3.14] gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310) (#134484)

gh-134309: Add ``github.actor`` to the GitHub Actions concurrency key (GH-134310)

When inexperienced users create a PR from their default branch, all of the concurrency keys
collide as there is no namespacing. This becomes an issue at events with many new contributors,
where workflow runs are cancelled on other pull requests.
Disambiguate by adding the username of the relevant 'actor' to the concurrency key.
(cherry picked from commit 979d81a17905e922d32fb1671f9ed394e0ffbda6)

Authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Kira <coldcaption@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
.github/workflows/build.yml