Skip to content

Commit

Permalink
Merge pull request #144 from dwyl/keepInProgressLabelOnMergeConflict
Browse files Browse the repository at this point in the history
keep in-progress label on merge-conflict #137
  • Loading branch information
Shouston3 authored Sep 1, 2017
2 parents be3ce62 + 38692fe commit e119e54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/controllers/rules/pr/merge_conflict.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ defmodule Dwylbot.Rules.PR.MergeConflict do
url: "#{pr["issue"]["url"]}/assignees"
},
%{
replace_labels: ["merge-conflicts"],
add_labels: ["merge-conflicts"],
url: "#{pr["issue"]["url"]}/labels"
},
%{
remove_label: "awaiting-review",
url: "#{pr["issue"]["url"]}/labels"
}
]
Expand Down

0 comments on commit e119e54

Please sign in to comment.