You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tools/datafix): allow updating all bugs in a source with confirmation (#3996)
This change enhances the `request_worker_update_record.py` script by
adding the ability to process all bug records from a specified source.
Previously, the script required at least one bug ID to be provided, so
making it cumbersome to re-process an entire source.
Now, if no bug IDs are supplied:
1. The script queries all bugs for the given source.
2. It displays the total number of bugs found.
3. It prompts the user for confirmation before proceeding to publish the
update messages.
This makes the tool more flexible for bulk updates while maintaining
safety with an explicit confirmation step.
---------
Co-authored-by: Michael Kedar <[email protected]>
0 commit comments