mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
- Added VECTOR to the comma-separated list of Jira project keys in `call_sync_milestone_to_jira.yml`. - The `jira_project_keys` value changed from `SCYLLADB,CUSTOMER,SMI,RELENG` to `SCYLLADB,CUSTOMER,SMI,RELENG,VECTOR`. - The VECTOR project needs to sync with scylladb.git milestones, so that when a GitHub milestone is created or closed in scylladb/scylladb, the corresponding Jira release is also created or released in the VECTOR project. - Previously only SCYLLADB, CUSTOMER, SMI, and RELENG projects were synced. Fixes:PM-220 Closes scylladb/scylladb#29014