Skip to content

feat: skip merge messages that start with Pull request #487

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

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

manang
Copy link
Contributor

@manang manang commented Feb 17, 2022

Bitbucket add as default message when a pull request is merged, the message commit that starts with "Pull request". cz check fails with this kind of messages.

Signed-off-by: Angelo Mantellini manangel@cisco.com

Description

Bitbucket add as default message when a pull request is merged, the message commit that starts with "Pull request". cz check fails with this kind of messages.

Checklist

  • [x ] Add test cases to all the changes you introduce
  • [x ] Run ./script/format and ./script/test locally to ensure this change passes linter check and test
  • [x ] Test the changes on the local machine manually
  • [x ] Update the documentation for the changes

Expected behavior

Steps to Test This Pull Request

  1. create commit that starts with "Pull request"
  2. cz check

@manang manang mentioned this pull request Feb 17, 2022
@manang manang force-pushed the master branch 4 times, most recently from f3ad963 to 53fef12 Compare February 17, 2022 03:32
Bitbucket add as default message when a pull request is merged, the message commit that starts with "Pull request". cz check fails with this kind of messages.

Signed-off-by: Angelo Mantellini <manangel@cisco.com>
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #487 (bc9be40) into master (e6f1dc3) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #487   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files          39       39           
  Lines        1441     1441           
=======================================
  Hits         1413     1413           
  Misses         28       28           
Flag Coverage Δ
unittests 98.05% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
commitizen/__version__.py 100.00% <100.00%> (ø)
commitizen/commands/check.py 100.00% <100.00%> (ø)
commitizen/config/toml_config.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27b4c54...bc9be40. Read the comment docs.

@woile woile merged commit e7b6d00 into commitizen-tools:master Feb 17, 2022
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.

2 participants