mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
eb5c9bf7b7
commit
666509e634
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue