Skip to content
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

Run machine learning and contributor breadth every 30 days #2921

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

ABrain7710
Copy link
Contributor

Signed commits

  • Yes, I signed my commits.

@@ -143,7 +143,7 @@ def non_repo_domain_tasks(self):
enabled_tasks = []

if not RUNNING_DOCKER and machine_learning_phase.__name__ in enabled_phase_names:
#enabled_tasks.extend(machine_learning_phase())
enabled_tasks.extend(machine_learning_phase())
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
E1120: No value for argument 'repo_git' in function call (no-value-for-parameter)

@@ -143,7 +143,7 @@ def non_repo_domain_tasks(self):
enabled_tasks = []

if not RUNNING_DOCKER and machine_learning_phase.__name__ in enabled_phase_names:
#enabled_tasks.extend(machine_learning_phase())
enabled_tasks.extend(machine_learning_phase())
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pylint] reported by reviewdog 🐶
E1120: No value for argument 'full_collection' in function call (no-value-for-parameter)

@sgoggins sgoggins merged commit 20144c6 into dev Oct 11, 2024
7 of 9 checks passed
@ABrain7710 ABrain7710 deleted the fix-contribiutor-breadth branch December 3, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants