diff --git a/.github/labeler.yml b/.github/labeler.yml index 9891b1f..c3739f9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,7 +5,7 @@ Typescript: - any: - changed-files: - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] - - head-branch: '/^(?i)(a).*/' + - head-branch: "^(a|A).*" Python: - any: - changed-files: diff --git a/javascript/index.js b/javascript/index.js index 5abd484..5f35c3c 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,3 +1 @@ -console.log("dependabot/npm_and_yarn/minimatch-10.0.1") -console.log("hello world 2") -console.log("hello Friend") +console.log("Index .js")