Ignore FleetDM GitHub project URLs when checking Markdown links (#4712)

* Add GitHub projects to link check ignorePatterns

* update pattern to exclude private GitHub projects
This commit is contained in:
eashaw 2022-03-21 17:21:12 -05:00 committed by GitHub
parent eb5c9bf7b7
commit 666509e634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,9 @@
},
{
"pattern": "angel.co"
},
{
"pattern": "github.com/orgs/fleetdm/projects/(34|31|30|28|26|23|22|21|19|16|14|13|12|11|9|4|3|1)(\D|$)"
}
],
"retryOn429": true,