Skip to content

Commit

Permalink
remove milestone check
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed Feb 8, 2024
1 parent db18dc9 commit 3b04486
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
25 changes: 0 additions & 25 deletions plugins/auto_merge/checks/has_milestone.go

This file was deleted.

1 change: 0 additions & 1 deletion plugins/auto_merge/merge_checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func (plugin AutoMergePlugin) setupMergeChecks(config *config.AutoMergeConfig) {
checks.HasNoOpenDiscussionsCheck{Client: plugin.Client},
checks.IsNotWorkInProgressCheck{},
checks.HasAssignee{},
checks.HasMilestone{},
checks.PassesCICheck{
Client: plugin.Client,
},
Expand Down

0 comments on commit 3b04486

Please sign in to comment.