Skip to content

Commit e7631b0

Browse files
authored
add events for auto_merge_[disabled|enabled] (#479)
1 parent 463d9ee commit e7631b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/models.rs

+4
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ pub enum Event {
177177
AddedToProject,
178178
/// The issue or pull request was assigned to a user.
179179
Assigned,
180+
/// Auto merge was disabled for a pull request.
181+
AutoMergeDisabled,
182+
/// Auto merge was enabled for a pull request.
183+
AutoMergeEnabled,
180184
/// GitHub unsuccessfully attempted to automatically change the base branch of the pull request.
181185
AutomaticBaseChangeFailed,
182186
/// GitHub successfully attempted to automatically change the base branch of the pull request.

0 commit comments

Comments
 (0)