Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mergify: fix rule that prevents merging of "WIP" PRs #2453

Merged
merged 1 commit into from
Oct 10, 2019

Conversation

grondo
Copy link
Contributor

@grondo grondo commented Oct 10, 2019

Finally emailed mergify support to ask why our title match regex wasn't working, and it turned out the regex should not have been double-quoted.

Fixed and pushed in this small PR.

The mergify rule that prevents PR titles from matching if they begin
with WIP, wip, [WIP], or [wip] does not work due to the extra quotes
around the regex.

Remove the quotes so that the reverse match works.
@codecov-io
Copy link

Codecov Report

Merging #2453 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2453   +/-   ##
=======================================
  Coverage   81.11%   81.11%           
=======================================
  Files         225      225           
  Lines       36170    36170           
=======================================
  Hits        29340    29340           
  Misses       6830     6830
Impacted Files Coverage Δ
src/broker/content-cache.c 74.61% <0%> (-0.67%) ⬇️
src/common/libutil/veb.c 98.42% <0%> (-0.53%) ⬇️
src/common/libflux/message.c 80.64% <0%> (+0.13%) ⬆️
src/cmd/flux-module.c 84.19% <0%> (+0.23%) ⬆️
src/modules/job-manager/alloc.c 77.22% <0%> (+0.99%) ⬆️

@garlick garlick merged commit 52de73b into flux-framework:master Oct 10, 2019
@grondo grondo deleted the mergify-no-wip branch January 28, 2020 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants