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
I’d like to use this as a complement to Renovate which already does this, as per:
I.e. “just” change the comment you make from: # [email protected] …into: # 0.4.0
# [email protected]
# 0.4.0
Thus I could use Renovate for:
And use this action for:
Would you be open to this?
Possibly configurable if changing the defaults for this breaks any consumers…?
The text was updated successfully, but these errors were encountered:
This also seems to be necessary to work with Dependabot. Maybe -c " {ref}" should be the default?
-c " {ref}"
Sorry, something went wrong.
Changing the default would require a major version bump. Please open another issue for it to be considered
--comment=" {ref}"
Successfully merging a pull request may close this issue.
I’d like to use this as a complement to Renovate which already does this, as per:
I.e. “just” change the comment you make from:
# [email protected]
…into:
# 0.4.0
Thus I could use Renovate for:
And use this action for:
Would you be open to this?
Possibly configurable if changing the defaults for this breaks any consumers…?
The text was updated successfully, but these errors were encountered: