Skip to content

Commit

Permalink
Add AutoRebaseEnabled to models.rs (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubedan authored Jun 16, 2024
1 parent 5540ad8 commit 130a6e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ pub enum Event {
AutomaticBaseChangeFailed,
/// GitHub successfully attempted to automatically change the base branch of the pull request.
AutomaticBaseChangeSucceeded,
/// Auto Rebase Enable
AutoRebaseEnabled,
/// Auto Squash Enable
AutoSquashEnabled,
/// The base reference branch of the pull request changed.
Expand Down

0 comments on commit 130a6e7

Please sign in to comment.