Automattic / vip-go-compatibility-scanner

Scan for compatibility problems in repository code using PHPCS with any standard, report as GitHub issues.
5 stars 1 forks source link

Repositories and disabled issues #20

Open gudmdharalds opened 3 years ago

gudmdharalds commented 3 years ago

When repositories are configured so that issues are disabled the scanner will need to either:

This error can be caught, as GitHub will return something like this:

   "http_reponse_body": {
        "message": "Issues are disabled for this repo",
        "documentation_url": "https:\/\/docs.github.com\/v3\/issues\/"
    }

cc @dartiss