Skip to content

Error with 'docusaurus': output issues aren't always from docusaurus #193

@sanlf

Description

@sanlf

When running npx good-first-issue docusaurus, the outputs can be from other projects. For example here it outputs issues of jest:

docusaurus

I checked in data/projects.json and the query for docusaurus seems wrong:

  "docusaurus": {
    "name": "Docusaurus",
    "q": "org:facebook is:issue is:open label:\"good first issue\"",
    "description": "Easy to maintain open source documentation websites. "
  },

I tried changing it to a query to the repo:

  "docusaurus": {
    "name": "Docusaurus",
    "q": "repo:facebook/docusaurus is:issue is:open label:\"good first issue\"",
    "description": "Easy to maintain open source documentation websites. "
  },

But running npx good-first-issue docusaurus still outputs other projects.

What else could I do to try and fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions