Constant VCS_CHANGE_STATE

Source
pub const VCS_CHANGE_STATE: &str = "vcs.change.state";
Expand description

The state of the change (pull request/merge request/changelist).

§Notes

§Examples

  • "open"
  • "closed"
  • "merged"