Skip to content

Commit

Permalink
Update models.rs (#651)
Browse files Browse the repository at this point in the history
Support for auto_squash_enabled.
  • Loading branch information
ubedan committed Jun 11, 2024
1 parent 7e280be commit 3aa2415
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 Squash Enable
AutoSquashEnabled,
/// The base reference branch of the pull request changed.
BaseRefChanged,
/// Not documented in the Github issue events documentation.
Expand Down

0 comments on commit 3aa2415

Please sign in to comment.