Skip to content

Commit

Permalink
add events for auto_merge_[disabled|enabled] (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen authored Oct 31, 2023
1 parent 463d9ee commit e7631b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ pub enum Event {
AddedToProject,
/// The issue or pull request was assigned to a user.
Assigned,
/// Auto merge was disabled for a pull request.
AutoMergeDisabled,
/// Auto merge was enabled for a pull request.
AutoMergeEnabled,
/// GitHub unsuccessfully attempted to automatically change the base branch of the pull request.
AutomaticBaseChangeFailed,
/// GitHub successfully attempted to automatically change the base branch of the pull request.
Expand Down

0 comments on commit e7631b0

Please sign in to comment.