Skip to content

scheduling: refactor send_messages to de-duplicate code path #931

scheduling: refactor send_messages to de-duplicate code path

scheduling: refactor send_messages to de-duplicate code path #931

Triggered via pull request September 15, 2025 17:16
Status Success
Total duration 33s
Artifacts

checks.yml

on: pull_request
runner / check docs
15s
runner / check docs
runner / pylint
28s
runner / pylint
runner / misspell
17s
runner / misspell
runner / uv-lock
8s
runner / uv-lock
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
runner / pylint: augur/tasks/util/collection_util.py#L3
[pylint] reported by reviewdog 🐶 W0611: Unused import random (unused-import) Raw Output: augur/tasks/util/collection_util.py:3:0: W0611: Unused import random (unused-import)
runner / pylint: augur/tasks/util/collection_util.py#L403
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter) Raw Output: augur/tasks/util/collection_util.py:403:8: E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)
runner / pylint: augur/tasks/util/collection_util.py#L336
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter) Raw Output: augur/tasks/util/collection_util.py:336:8: E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)
runner / pylint: augur/tasks/util/collection_util.py#L264
[pylint] reported by reviewdog 🐶 W0702: No exception type(s) specified (bare-except) Raw Output: augur/tasks/util/collection_util.py:264:8: W0702: No exception type(s) specified (bare-except)