diff --git a/.github/label-pr-config.yml b/.github/label-pr-config.yml index 701d494ab40bd8..0a24967d4dc078 100644 --- a/.github/label-pr-config.yml +++ b/.github/label-pr-config.yml @@ -66,7 +66,7 @@ subSystemLabels: /^tools\/build-addons.mjs/: needs-ci # All other tool changes should be marked as such /^tools\//: tools - /^\.eslint|\.editorconfig/: tools + /^eslint\.config|\.editorconfig/: tools /^typings\//: typings ## Dependencies diff --git a/Makefile b/Makefile index 2b34881d44f11b..a18a82a77fe858 100644 --- a/Makefile +++ b/Makefile @@ -1194,7 +1194,7 @@ $(TARBALL): release-only doc-only find $(TARNAME)/deps/v8/test/* -type d ! -regex '.*/test/torque$$' | xargs $(RM) -r find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM) find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r - find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM) + find $(TARNAME)/ -name "eslint.config*" -maxdepth 2 | xargs $(RM) find $(TARNAME)/ -type l | xargs $(RM) tar -cf $(TARNAME).tar $(TARNAME) $(RM) -r $(TARNAME)