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

Added regexp support for branch specific stages #97

Closed
corpsee opened this issue Jul 13, 2017 · 2 comments
Closed

Added regexp support for branch specific stages #97

corpsee opened this issue Jul 13, 2017 · 2 comments

Comments

@corpsee
Copy link
Member

corpsee commented Jul 13, 2017

Added regexp support for branch specific stages.

See: configuring_project.md and #2.

@corpsee
Copy link
Member Author

corpsee commented Jul 18, 2017

TODO: Add documentation.

@corpsee
Copy link
Member Author

corpsee commented Jul 20, 2017

Something like that:

test:
  php_cs_fixer:
    allowed_warnings: -1

branch-regex:^feature\-\d$:
  run-option: replace
  test:
    php_cs_fixer:
      allowed_warnings: 0

@corpsee corpsee closed this as completed Aug 13, 2017
@corpsee corpsee added this to the Version 1.0 milestone Dec 23, 2018
@corpsee corpsee removed this from the Version 1.0.* (patch) milestone May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant