We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463d9ee commit e7631b0Copy full SHA for e7631b0
src/models.rs
@@ -177,6 +177,10 @@ pub enum Event {
177
AddedToProject,
178
/// The issue or pull request was assigned to a user.
179
Assigned,
180
+ /// Auto merge was disabled for a pull request.
181
+ AutoMergeDisabled,
182
+ /// Auto merge was enabled for a pull request.
183
+ AutoMergeEnabled,
184
/// GitHub unsuccessfully attempted to automatically change the base branch of the pull request.
185
AutomaticBaseChangeFailed,
186
/// GitHub successfully attempted to automatically change the base branch of the pull request.
0 commit comments