diff --git a/core/scripts/git3po-rules/cannot-attach-to-this-target.yaml b/core/scripts/git3po-rules/cannot-attach-to-this-target.yaml deleted file mode 100644 index 44309a6686c9..000000000000 --- a/core/scripts/git3po-rules/cannot-attach-to-this-target.yaml +++ /dev/null @@ -1,24 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'Extension Error: Cannot attach to this target' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #6990. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/failed-document-request.yaml b/core/scripts/git3po-rules/failed-document-request.yaml deleted file mode 100644 index 69690957f99d..000000000000 --- a/core/scripts/git3po-rules/failed-document-request.yaml +++ /dev/null @@ -1,32 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'Unable to load page:' - - $match: 'Unable to load the page:' - - $match: "FAILED_DOCUMENT_REQUEST" - - $match: "ERRORED_DOCUMENT_REQUEST" - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Thanks! Appreciate you filing this bug. :clap: - - - This is a known issue, most well described in #2784. So, **we''ll automatically - close this as a duplicate**. - - - _However_, if you believe your bug is different than the cases described there, - please comment here with "necessarily-wide-alpaca" and I''ll reopen this bug. :robot: - Beep beep boop. - - ' - - type: add_label - label: duplicate - - type: close - diff --git a/core/scripts/git3po-rules/failed-to-construct-url.yaml b/core/scripts/git3po-rules/failed-to-construct-url.yaml deleted file mode 100644 index 3260bb7215b2..000000000000 --- a/core/scripts/git3po-rules/failed-to-construct-url.yaml +++ /dev/null @@ -1,23 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'Failed to construct ''URL''' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - This is fixed in Chrome 74, which is coming out ~March 12th. - - Marking this as a duplicate of issue #6157. - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/invalid-url.yaml b/core/scripts/git3po-rules/invalid-url.yaml deleted file mode 100644 index b1246af3ea3c..000000000000 --- a/core/scripts/git3po-rules/invalid-url.yaml +++ /dev/null @@ -1,24 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'Error: INVALID_URL' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #6421. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/lock-resolved.yaml b/core/scripts/git3po-rules/lock-resolved.yaml deleted file mode 100644 index 18a1e85848d2..000000000000 --- a/core/scripts/git3po-rules/lock-resolved.yaml +++ /dev/null @@ -1,13 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: label - label: lock-resolved -actions: - - type: add_comment - body: > - This issue has been resolved, so we're gonna lock it. - Please open a new issue if you have a similar issue, and be sure to fill out the template - and reference this issue. - - type: lock - - type: remove_label - label: lock-resolved diff --git a/core/scripts/git3po-rules/multiple-tabs.yaml b/core/scripts/git3po-rules/multiple-tabs.yaml deleted file mode 100644 index 021837b8cee2..000000000000 --- a/core/scripts/git3po-rules/multiple-tabs.yaml +++ /dev/null @@ -1,26 +0,0 @@ - -repo: GoogleChrome/lighthouse -filters: - - type: text - text: 'You probably have multiple tabs open to the same origin' - - type: state - state: open - - type: comments - length: 0 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - This is a known issue that is best described in #3024. So, **we''ll automatically - close this as a duplicate**. - - - _However_, if you believe your bug is different than the cases described there, - please comment here with "necessarily-wide-alpaca" and I''ll reopen this bug. :robot: - Beep beep boop. - - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/no-fcp.yaml b/core/scripts/git3po-rules/no-fcp.yaml deleted file mode 100644 index 44c3749b779b..000000000000 --- a/core/scripts/git3po-rules/no-fcp.yaml +++ /dev/null @@ -1,27 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'Error: NO_FCP' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - This page seems to take too long to paint content, and Lighthouse gives up on waiting. - If you need to change this behavior, you can run Lighthouse from the command line with - a custom config modifying maxWaitForFcp. - - Marking at as dupe of #7415. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/no-tabid-set-for-sendcommand.yaml b/core/scripts/git3po-rules/no-tabid-set-for-sendcommand.yaml deleted file mode 100644 index ccd7929156dd..000000000000 --- a/core/scripts/git3po-rules/no-tabid-set-for-sendcommand.yaml +++ /dev/null @@ -1,24 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'No tabId set for sendCommand' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #5595. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/page-hung.yaml b/core/scripts/git3po-rules/page-hung.yaml deleted file mode 100644 index 50314b8ae5e2..000000000000 --- a/core/scripts/git3po-rules/page-hung.yaml +++ /dev/null @@ -1,22 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'PAGE_HUNG' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - This error means that the page stopped responding. The solution here is to re-run. If the error repeats, the page or your machine creates infinite loops and needs to be fixed. - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/parsing-problem.yaml b/core/scripts/git3po-rules/parsing-problem.yaml deleted file mode 100644 index 223fcee61695..000000000000 --- a/core/scripts/git3po-rules/parsing-problem.yaml +++ /dev/null @@ -1,27 +0,0 @@ - -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'Parsing problem' - - $match: "PARSING_PROBLEM" - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #3306. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close - diff --git a/core/scripts/git3po-rules/read-failed.yaml b/core/scripts/git3po-rules/read-failed.yaml deleted file mode 100644 index da39b506a4cf..000000000000 --- a/core/scripts/git3po-rules/read-failed.yaml +++ /dev/null @@ -1,30 +0,0 @@ - -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: "Read failed" - - $match: "READ_FAILED" - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is mighty similar to #2174. So, **we''ll automatically - close this as a duplicate**. - - - _However_, if you believe this is a mistake, - please comment here with "necessarily-wide-alpaca" and I''ll reopen this bug. :robot: - Beep beep boop. - - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/resolve-current-tab.yaml b/core/scripts/git3po-rules/resolve-current-tab.yaml deleted file mode 100644 index 2df8b0b55f27..000000000000 --- a/core/scripts/git3po-rules/resolve-current-tab.yaml +++ /dev/null @@ -1,24 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: 'resolve current tab. Check your URL' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #5668. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/tracing-start-wasnt-found.yaml b/core/scripts/git3po-rules/tracing-start-wasnt-found.yaml deleted file mode 100644 index 76d3a240b118..000000000000 --- a/core/scripts/git3po-rules/tracing-start-wasnt-found.yaml +++ /dev/null @@ -1,25 +0,0 @@ -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $and: - - $match: 'Error: Protocol error' - - $match: '''Tracing.start'' wasn''t found' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #7246. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/tracing.yaml b/core/scripts/git3po-rules/tracing.yaml deleted file mode 100644 index 4da2bf18c49b..000000000000 --- a/core/scripts/git3po-rules/tracing.yaml +++ /dev/null @@ -1,26 +0,0 @@ - -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $or: - - $match: "Tracing is already started" - - $match: "TRACING_ALREADY_STARTED" - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is the same root issue as #1091. So, **we''ll automatically - mark this as a duplicate**. Thanks! - - :robot: Beep beep boop. - ' - - type: add_label - label: duplicate - - type: close diff --git a/core/scripts/git3po-rules/url-runner.yaml b/core/scripts/git3po-rules/url-runner.yaml deleted file mode 100644 index 7cfb9837a3d8..000000000000 --- a/core/scripts/git3po-rules/url-runner.yaml +++ /dev/null @@ -1,28 +0,0 @@ - -repo: GoogleChrome/lighthouse -filters: - - type: issue - criteria: - text: - $match: 'You must provide a url to the runner' - state: open - - type: comments - length: - $lt: 2 -actions: - - type: add_comment - body: 'Howdy! Appreciate you filing this bug. :clap: - - - We think this is mighty similar to #1834. So, **we''ll automatically - close this as a duplicate**. - - - _However_, if you believe this is a mistake, - please comment here with "necessarily-wide-alpaca" and I''ll reopen this bug. :robot: - Beep beep boop. - - ' - - type: add_label - label: duplicate - - type: close