pub const VCS_REPOSITORY_CHANGE_ID: &str = "vcs.repository.change.id";
Expand description
The ID of the change (pull request/merge request) if applicable. This is usually a unique (within repository) identifier generated by the VCS system.
§Examples
123