fix: exclude assigned issues from good first issue search - #158
fix: exclude assigned issues from good first issue search#158jahnu-patowary wants to merge 4 commits into
Conversation
Updated the CSV and JSON examples to include 'created_at' and 'updated_at' fields with specific dates.
|
@drkrillo This is ready for review — all checks are passing. Let me know if you'd like any changes. |
| @@ -0,0 +1,20 @@ | |||
|
|
|||
There was a problem hiding this comment.
this files shouldn't be puhed to the repo
| @@ -0,0 +1,324 @@ | |||
|
|
|||
There was a problem hiding this comment.
this files shouldn't be puhed to the repo
|
Hi @jahnu-patowary !! Thank you very much :) The code looks good and the test, too. One blocker: we need to leave out those two files ( One small comment, but not a blocker: there are some trailing spaces in the blank lines and in the You have created an issue before, so if you are interested, it would be really great if you would like to open an issue for those cases.... there could be two issues: one for the installing the linter and one for the workflow check step. By no means an obligation, but maybe you are interested. Let me know and we can discuss more about it if you like :) |
What does this PR do?
Adds no:assignee to the GitHub search query in extract_issues_by_user so that issues which are already assigned are excluded from the "good first issue" listing. Also added a test verifying the query construction includes no:assignee.
Related Issue
Fixes #131
Checklist