Skip to content

Commit

Permalink
keep in-progress label on merge-conflict #137
Browse files Browse the repository at this point in the history
  • Loading branch information
naazy committed Aug 9, 2017
1 parent 79e802e commit 38692fe
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 38692fe

Please sign in to comment.