We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing ticketAddressResolver to GitFlow.Configuration, it seems that the resolver is not being utilized as expected.
ticketAddressResolver
GitFlow.Configuration
The ticketAddressResolver should be used according to the configuration when executing Danger.
It appears that the ticketAddressResolver is not being utilized, and Danger do not take it into account.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Description
When passing
ticketAddressResolver
toGitFlow.Configuration
, it seems that the resolver is not being utilized as expected.Steps to Reproduce
GitFlow.Configuration
withticketAddressResolver
.Expected Behavior
The
ticketAddressResolver
should be used according to the configuration when executing Danger.Actual Behavior
It appears that the
ticketAddressResolver
is not being utilized, and Danger do not take it into account.The text was updated successfully, but these errors were encountered: