Skip to content

Conversation

dave9123
Copy link

@dave9123 dave9123 commented Nov 25, 2024

image
@cliqz/adblocker-puppeteer is now depreciated

@Tyson-core
Copy link

Tyson-core commented Dec 15, 2024

The error in the job logs is due to an unexpected type for the label 'package: core'. The configuration file .github/labeler.yml expects the label to be an array of configuration options but found a different type instead.

Steps to Fix the Error:
Check the .github/labeler.yml Configuration:
Ensure that all labels specified in .github/labeler.yml are arrays of configuration options.

Correct the Label Configurations:
For each label in the configuration file, make sure it follows the correct format. For example:

YAML
package:
  - core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants