-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
BITBUCKET_COMMENT_REPORTER comments on every CI/CD job even though it's unused. #3317
Comments
It prints this when running in bitbucket or another? |
We run it towards a GitHub Enterprise where we use the GitHub Comment Reporter. We don't and have never used Bitbucket. |
PR on the way to remove useless logs :) |
…ariable (#3321) * Activate CI servers reporters only if we find a related default env variable Fixes #3317 * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]> Co-authored-by: nvuillam <[email protected]>
Hi again, Thanks in advance. |
Next release, 7.9, or now through the beta |
Describe the bug
A clear and concise description of what the bug is.
In the new v7.8.0, the new BITBUCKET_COMMENT_REPORTER reporter has been released with the reporter being default set to true.
It comments in the workflow that it hasn't been setup.
[Bitbucket Comment Reporter] Required Bitbucket CI CD variables not found, so skipped post of PR comment
, this does not happen for any other reporter.Can this please get removed or do we need to explicit set this to false so we don't get this message in our CI/CD?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: