Closed
Description
right now, every ci job starts with this warning:
WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.
NOTE: to silence this warning, add `change-id = 119124` at the top of `config.toml`
this is silly. it's ci. nobody is configuring different defaults. we should always silence this.
unfortunately this is somewhat tricky now that change-id is no longer stored in config.example.toml. maybe we can set ./configure --set change-id=${github.event.number}
in src/ci/run.sh
? i am not sure how the change tracker handles a PR number it doesn't recognize.
cc @onur-ozkan