Skip to content

Commit e480041

Browse files
Merge pull request #230 from vishnoianil/test-workflow
Fix reviewer in cherry-pick workflow
2 parents 8512e49 + bf307dc commit e480041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Cherry pick PR into release-1.0 branch
2+
13
on:
24
pull_request:
35
branches:
@@ -21,7 +23,7 @@ jobs:
2123
labels: |
2224
cherry-pick
2325
reviewers: |
24-
aReviewerUser
26+
instructlab/ui-maintainers
2527
title: '[cherry-pick] {old_title}'
2628
body: 'Cherry picking #{old_pull_request_id} onto this branch'
2729
env:

0 commit comments

Comments
 (0)