mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 18:00:35 +00:00
Ignore docs.github.com URLs as they always 403
All docs.github.com URLs return 403 Forbidden, although they work. This seems to be a new behavior, as it was working less than a week ago. This happens in CI across submariner-io repos and locally. $ curl -I https://docs.github.com/ HTTP/2 403 Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
b7e87f6f03
commit
3cad34678b
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"ignorePatterns": [
|
"ignorePatterns": [
|
||||||
|
{
|
||||||
|
"pattern": "^https://docs.github.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+"
|
"pattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user