Skip to content

Commit 2122751

Browse files
kovtcharov-amdOvtcharov
andauthored
ci(deps): label Lemonade bump PRs and request maintainer reviews (#1573)
The Lemonade auto-bump workflow (#1552) opened its first real PR (#1571, v10.2.0 → v10.7.0) tagged only `dependencies` and with no reviewers, so bump PRs don't surface to the platform owners and miss the team's Lemonade triage label. This adds the `lemonade 🍋` label and requests both `kovtcharov-amd` and `itomek-amd` on every bump PR the workflow opens. Verified end-to-end: applied the same label + reviewers to the live test PR #1571 via `gh pr edit` (the bot author can request both — confirms the runtime `gh pr create --reviewer` path works), and both are repo collaborators. ## Test plan - [x] `lemonade 🍋` is the exact label name (space + emoji) — `gh label list` - [x] `kovtcharov-amd` and `itomek-amd` are collaborators (review requests won't fail) - [x] YAML parses - [ ] Next scheduled/forced run opens a bump PR carrying both labels + both reviewers Co-authored-by: Ovtcharov <kovtchar@amd.com>
1 parent 39548eb commit 2122751

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lemonade-version-bump.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,12 @@ jobs:
205205
--body-file /tmp/pr-body.md \
206206
--base main \
207207
--head ${{ steps.detect.outputs.branch }} \
208-
--label dependencies
208+
--label dependencies \
209+
--label "lemonade 🍋" \
210+
--reviewer kovtcharov-amd,itomek-amd
209211
```
212+
The label "lemonade 🍋" includes a space and an emoji — keep it quoted exactly.
213+
Both reviewers are required on every bump PR.
210214
211215
PR body (/tmp/pr-body.md) — keep it tight, lead with impact:
212216
```

0 commit comments

Comments
 (0)