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

Add ability to exclude project from issue syncing/indexing #9

Open
arkid15r opened this issue Sep 25, 2024 · 1 comment
Open

Add ability to exclude project from issue syncing/indexing #9

arkid15r opened this issue Sep 25, 2024 · 1 comment
Labels

Comments

@arkid15r
Copy link
Collaborator

Some projects have a unique approach for their issues workflows. This means that not all open issues are ready for picking up by potential contributors. For example, https://github.com/OWASP/ASVS/issues project heavily uses issues for discussing the work to be done w/o ever assigning anyone to the issue.

For this type of cases we could use a flag to exclude projects from issues indexing (or even sync) if needed.

This would require introducing a new boolean field for Project model and using it to skip certain actions based on the field's value.

@arkid15r
Copy link
Collaborator Author

As an alternative we could keep them syncing/indexing but just skip AI summary/hint generation step for them.

Open to hear your ideas.

@arkid15r arkid15r removed their assignment Sep 30, 2024
@arkid15r arkid15r removed their assignment Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant