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
Describe the bug The new Docbot (#15797) added in #16027 spams PRs with multiple comments.
To Reproduce There's an example in #16045 https://github.com/apache/pulsar/actions/workflows/ci-documentbot.yml
Example jobs: Logs: https://github.com/apache/pulsar/runs/6874257583?check_suite_focus=true https://github.com/apache/pulsar/runs/6874257484?check_suite_focus=true https://github.com/apache/pulsar/runs/6874256005?check_suite_focus=true
Expected behavior The docbot shouldn't spam users with the same nagging message multiple times on the same PR.
Additional context You can find workflow runs in https://github.com/apache/pulsar/actions/workflows/ci-documentbot.yml . The workflow has been disabled until the problem is solved.
The text was updated successfully, but these errors were encountered:
@maxsxu @Anonymitaet I have disabled the docbot until this problem has been addressed since it's also spamming users with GitHub notifications.
Sorry, something went wrong.
In https://github.com/apache/pulsar/blob/master/.github/workflows/ci-documentbot.yml there should be config to limit the concurrency so that there's one build job handling events for a single PR at a time.
Adding this to the yaml will accomplish that:
concurrency: group: ${{ github.workflow }}-${{ github.ref }}
docs for concurrency: https://docs.github.com/en/actions/using-jobs/using-concurrency
@lhotari thanks for your guidance and resource! @maxsxu is fixing this issue and will keep you updated.
Successfully merging a pull request may close this issue.
Describe the bug
The new Docbot (#15797) added in #16027 spams PRs with multiple comments.
To Reproduce
There's an example in #16045
https://github.com/apache/pulsar/actions/workflows/ci-documentbot.yml
Example jobs:

Logs:
https://github.com/apache/pulsar/runs/6874257583?check_suite_focus=true
https://github.com/apache/pulsar/runs/6874257484?check_suite_focus=true
https://github.com/apache/pulsar/runs/6874256005?check_suite_focus=true
Expected behavior
The docbot shouldn't spam users with the same nagging message multiple times on the same PR.
Additional context
You can find workflow runs in https://github.com/apache/pulsar/actions/workflows/ci-documentbot.yml .
The workflow has been disabled until the problem is solved.
The text was updated successfully, but these errors were encountered: