Files
scylladb/.github
Yaron Kaikov 892ffa966d .github/scripts/label_promoted_commits.py: fix adding labels when PR is closed
`prs = response.json().get("items", [])` will return empty when there are no merged PRs, and this will just skip the all-label replacement process.

This is a regression following the work done in #19442

Adding another part to handle closed PRs (which is the majority of the cases we have in Scylla core)

Fixes: https://github.com/scylladb/scylladb/issues/19441
(cherry picked from commit efa94b06c2)

Closes scylladb/scylladb#19526
2024-06-27 20:58:56 +03:00
..
2022-12-06 19:26:03 +02:00