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

Enhance mure issues query #248

Merged
merged 2 commits into from
Jul 12, 2023
Merged

Enhance mure issues query #248

merged 2 commits into from
Jul 12, 2023

Conversation

kitsuyui
Copy link
Owner

The current mure issues can only set a single search condition.
On the other hand, GitHub search does not support OR condition search.
Therefore, it cannot be used to search for multiple owners.

Solution

Multiple queries can be specified in the query issued by mure issues.
This allows you to search for multiple owners.
Change github.query set in TOML file to github.queries (maintain compatibility)

The current mure issues can only set a single search condition.
On the other hand, GitHub search does not support OR condition search.
Therefore, it cannot be used to search for multiple owners.

 ### Solution

Multiple queries can be specified in the query issued by mure issues.
This allows you to search for multiple owners.
Change `github.query` set in TOML file to `github.queries` (maintain compatibility)
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (6d4d413) 80.07% compared to head (0bb1fbe) 80.07%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #248   +/-   ##
=======================================
  Coverage   80.07%   80.07%           
=======================================
  Files          17       17           
  Lines        1757     1757           
=======================================
  Hits         1407     1407           
  Misses        350      350           
Flag Coverage Δ
unittests 80.07% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

The current mure issues can only set a single search condition.
On the other hand, GitHub search does not support OR condition search.
Therefore, it cannot be used to search for multiple owners.

 ### Solution

Multiple queries can be specified in the query issued by mure issues.
This allows you to search for multiple owners.
Change `github.query` set in TOML file to `github.queries` (maintain compatibility)
@kitsuyui kitsuyui changed the title WIP: Enhance mure issues query Enhance mure issues query Jul 12, 2023
@kitsuyui kitsuyui merged commit de717bc into main Jul 12, 2023
@kitsuyui kitsuyui deleted the enhance-mure-issues-queries branch July 12, 2023 14:34
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.

2 participants