commit | 5db1d05b70ca01f2deed7b5809e239f609e1590f | [log] [tgz] |
---|---|---|
author | melanie witt <melwittt@gmail.com> | Thu May 18 16:49:23 2023 -0700 |
committer | Jeremy Stanley <fungi@yuggoth.org> | Fri May 19 14:12:16 2023 +0000 |
tree | 3157ae0ea3fba2c5c6f97e591801be7d18749691 | |
parent | f6757510c1c9291ea29d1c19631e81f050cffef5 [diff] |
update_bug.py: Check project along with series Noticed recently that update_bug.py can end up updating the wrong project's task to Fix Committed on a bug affecting multiple projects because only the series is being checked. This adds an additional check to make sure the project also matches before setting the task to Fix Committed. Change-Id: I817535bd84f76780be44ad21a7e4bb4abbda0135 Depends-On: https://review.opendev.org/883664