summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-05-04 17:05:00 +0200
committerWolfgang Walther <walther@technowledgy.de>2025-05-04 17:05:00 +0200
commitb62d9a22fbab05be9b6fdb473d89fc2fd9fe4c1d (patch)
tree0d838c52192112796d323a89ac676e998a156af9 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos
parent5c44d1cf95be489ea82d2386c94ce26ab445c12d (diff)
workflows/backport: only trigger on backport labels
The backport job was previously triggered on any label activity, i.e. when the backport label was already set and a new label added, the backport would have been triggered again. That's because github.event_name is actually "pull_request_target" in this case, not "closed" or "labeled" (the event's types). Thus, this part of the condition was always true. This also means that the second part, the startsWith, was never evaluated. It had its arguments flipped and would have always been false. This was introduced in #126825, but has never really worked as intended. Resolves #199556
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions