Skip to content

Commit

Permalink
Merge pull request ceph#50345 from cbodley/wip-redmine-reef
Browse files Browse the repository at this point in the history
script: add 'reef' release to backport-create-issue

Reviewed-by: Josh Durgin <[email protected]>
Reviewed-by: Neha Ojha <[email protected]>
  • Loading branch information
cbodley committed Mar 2, 2023
2 parents 7f65724 + b2e5576 commit c8c099f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script/backport-create-issue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def connect_to_redmine(a):
def releases():
return ('argonaut', 'bobtail', 'cuttlefish', 'dumpling', 'emperor',
'firefly', 'giant', 'hammer', 'infernalis', 'jewel', 'kraken',
'luminous', 'mimic', 'nautilus', 'octopus', 'pacific', 'quincy')
'luminous', 'mimic', 'nautilus', 'octopus', 'pacific', 'quincy',
'reef')

def populate_status_dict(r):
for status in r.issue_status.all():
Expand Down

0 comments on commit c8c099f

Please sign in to comment.