From 17edaad6228d2b0e02d8bda5a3626978c6c43cf7 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 12 Dec 2024 19:12:42 +0530 Subject: [PATCH 01/26] creating PR for testiing bump --- .DS_Store | Bin 0 -> 6148 bytes .github/labeler.yml | 8 ++++++++ .github/workflows/labeler.yml | 19 +++++++++++++++++++ docs/test.md | 1 + docs/test2.md | 1 + index.js | 1 - javascript/index.js | 1 + 7 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 .github/labeler.yml create mode 100644 .github/workflows/labeler.yml create mode 100644 docs/test.md create mode 100644 docs/test2.md delete mode 100644 index.js create mode 100644 javascript/index.js diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..da110255ff07f05b75994e964405ed3510c44727 GIT binary patch literal 6148 zcmeHKJ5Izv47DLh5j0y;&K33sVF?xGHk6P=;-jo4+AP#5;A)(SlIO8Oi8e@EA%twn z^E_jFK2OR_OhmkTZk9v~BFdqHEXIt;@T}{|f=_@fb2NS3Rx!3Sll;{o*?UF}MXISE z@BfsZ=#E~XJzQIQq>gs&{c>H$O*cBtY}_W6W!1(CaryPl<;UyW`vvSDVw;0wyNA8? zM_X~z8E^)i0cXG&ID`Sb*&_LwqPNa~GvEw-Ga&avfC?6dgJQZm(4-Oom|-{xY^fzA zCm0rngCaZ-)>NRTvXvOD=@<_dR~Qb8noexR2iwYD#S5p^F@H$m#D$`_&VVy8W#Cx5 z3wi&q@X5>;`O_5dIRnnXKVyKia$T-)D0^G?jwf$zfZjqyByJD`0(4BG5O| literal 0 HcmV?d00001 diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..f6803c3 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,8 @@ +Documentation: + - any: + - changed-files: + - any-glob-to-any-file: ['docs/*'] +JavaScript: + - any: + - changed-files: + - any-glob-to-any-file: ['javascript/*'] \ No newline at end of file diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..e55541f --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,19 @@ +name: Pull Request Labeler + +on: + pull_request_target: + types: [opened, reopened, synchronize] + +jobs: + label: + name: Labeler + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 # Uploads repository content to the runner + with: + sparse-checkout: | + .github + - uses: actions/labeler@dependabot/npm_and_yarn/minimatch-10.0.1 \ No newline at end of file diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 0000000..f1b374f --- /dev/null +++ b/docs/test.md @@ -0,0 +1 @@ +dependabot/npm_and_yarn/minimatch-10.0.1 \ No newline at end of file diff --git a/docs/test2.md b/docs/test2.md new file mode 100644 index 0000000..5ad1602 --- /dev/null +++ b/docs/test2.md @@ -0,0 +1 @@ +test2.md211112024dependabot/npm_and_yarn/minimatch-10.0.1 \ No newline at end of file diff --git a/index.js b/index.js deleted file mode 100644 index eb171b6..0000000 --- a/index.js +++ /dev/null @@ -1 +0,0 @@ -console.log("Hello World") diff --git a/javascript/index.js b/javascript/index.js new file mode 100644 index 0000000..43eab4f --- /dev/null +++ b/javascript/index.js @@ -0,0 +1 @@ +console.log("dependabot/npm_and_yarn/minimatch-10.0.1") From 56000fc4df94764e412ae736c1acb7249f2c4cb3 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 12 Dec 2024 19:19:15 +0530 Subject: [PATCH 02/26] events added --- .github/workflows/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e55541f..7526dc2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,8 +1,9 @@ name: Pull Request Labeler on: + workflow_dispatch: pull_request_target: - types: [opened, reopened, synchronize] + types: [opened, synchronize, reopened, closed] jobs: label: From 743cd629044e1f7aba3e9e40ade363e7f6a28357 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 12 Dec 2024 19:21:29 +0530 Subject: [PATCH 03/26] changes for js --- javascript/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/index.js b/javascript/index.js index 43eab4f..c46d792 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1 +1,2 @@ console.log("dependabot/npm_and_yarn/minimatch-10.0.1") +console.log("hello world") From f23760c47c043680fca7eb2f0c45458821c4678f Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 12 Dec 2024 19:28:23 +0530 Subject: [PATCH 04/26] JS LABEL --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f6803c3..54ac389 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ -Documentation: - - any: - - changed-files: - - any-glob-to-any-file: ['docs/*'] +# Documentation: +# - any: +# - changed-files: +# - any-glob-to-any-file: ['docs/*'] JavaScript: - any: - changed-files: From 8945221a6b294d54fc6fae74e8de7f16bab2b059 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 12 Dec 2024 19:46:09 +0530 Subject: [PATCH 05/26] fixing the config --- .github/labeler.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 54ac389..47e6bad 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,6 @@ -# Documentation: -# - any: -# - changed-files: -# - any-glob-to-any-file: ['docs/*'] +Documentation: + - changed-files: + - any-glob-to-any-file: ['docs/*'] JavaScript: - any: - changed-files: From 2cf27a413914081f96fd9de26cc125cae50acdd7 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Fri, 13 Dec 2024 17:10:52 +0530 Subject: [PATCH 06/26] minor change --- javascript/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/index.js b/javascript/index.js index c46d792..ca54f5e 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,2 +1,2 @@ console.log("dependabot/npm_and_yarn/minimatch-10.0.1") -console.log("hello world") +console.log("hello world 2") From 2cfea38e09067c158df2982610fadfc10c077755 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Fri, 13 Dec 2024 19:59:28 +0530 Subject: [PATCH 07/26] test --- .github/labeler.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 47e6bad..cec86af 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,17 @@ Documentation: - - changed-files: - - any-glob-to-any-file: ['docs/*'] -JavaScript: - - any: - - changed-files: - - any-glob-to-any-file: ['javascript/*'] \ No newline at end of file +- any: + - changed-files: + - javascript: ["**/*.js", "**/*.jsx"] + - typescript: ["**/*.ts", "**/*.tsx"] + - python: ["**/*.py"] + - terraform: ["**/*.tf"] + - shell: ["**/*.sh"] + - api: ["api/**/*"] + - frontend: ["frontend/**/*"] + - analytics: ["analytics/**/*"] + - ci/cd: [".github/workflows/**/*", "bin/**/*", "**/*/Makefile"] + - documentation: ["documentation/**/*", "**/*.md"] + - infra: ["infra/**/*"] + - database: ["api/src/db/**/*"] + - openapi: ["api/openapi.generated.yaml"] + - storybook: ["frontend/stories/**/*", "frontend/.storybook/**/*"] \ No newline at end of file From 5f29db14f455c5134db2e9b55eb487db55295621 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 11:48:07 +0530 Subject: [PATCH 08/26] Update labeler.yml --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cec86af..c30626c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,4 +14,4 @@ Documentation: - infra: ["infra/**/*"] - database: ["api/src/db/**/*"] - openapi: ["api/openapi.generated.yaml"] - - storybook: ["frontend/stories/**/*", "frontend/.storybook/**/*"] \ No newline at end of file + - storybook: ["frontend/stories/**/*", "frontend/.storybook/**/*"] From 322d8d39c437d92919c6635c611d57eba7aa57d3 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 11:48:30 +0530 Subject: [PATCH 09/26] Update labeler.yml --- .github/workflows/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7526dc2..b8558fb 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,14 +7,14 @@ on: jobs: label: - name: Labeler + runs-on: ubuntu-latest permissions: contents: read pull-requests: write - runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 # Uploads repository content to the runner with: sparse-checkout: | .github - - uses: actions/labeler@dependabot/npm_and_yarn/minimatch-10.0.1 \ No newline at end of file + - uses: actions/labeler@v5 From 3eab22d886a3ba9aa3d7b68cb956b222fee363d5 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 11:57:25 +0530 Subject: [PATCH 10/26] Update index.js --- javascript/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/index.js b/javascript/index.js index ca54f5e..ff44d88 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,2 +1,3 @@ console.log("dependabot/npm_and_yarn/minimatch-10.0.1") console.log("hello world 2") +console.log("hello world 3") From d5f83ad1b7bbfa40ddc8476bca96befc2077055c Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 12:10:31 +0530 Subject: [PATCH 11/26] Update labeler.yml --- .github/workflows/labeler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b8558fb..ff59b97 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,6 @@ name: Pull Request Labeler on: - workflow_dispatch: pull_request_target: types: [opened, synchronize, reopened, closed] From a323ac06f787c00b53d236027aac9ee6f366259a Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 13:27:07 +0530 Subject: [PATCH 12/26] Update index.js --- javascript/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/index.js b/javascript/index.js index ff44d88..5abd484 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,3 +1,3 @@ console.log("dependabot/npm_and_yarn/minimatch-10.0.1") console.log("hello world 2") -console.log("hello world 3") +console.log("hello Friend") From f0d848b1de976cafd603766ab2bbb1a1fabc10de Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:25:13 +0530 Subject: [PATCH 13/26] typescript added --- .github/labeler.yml | 23 +++++++---------------- typescript/index.ts | 1 + 2 files changed, 8 insertions(+), 16 deletions(-) create mode 100644 typescript/index.ts diff --git a/.github/labeler.yml b/.github/labeler.yml index cec86af..84982e5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,17 +1,8 @@ -Documentation: +Javascript: - any: - - changed-files: - - javascript: ["**/*.js", "**/*.jsx"] - - typescript: ["**/*.ts", "**/*.tsx"] - - python: ["**/*.py"] - - terraform: ["**/*.tf"] - - shell: ["**/*.sh"] - - api: ["api/**/*"] - - frontend: ["frontend/**/*"] - - analytics: ["analytics/**/*"] - - ci/cd: [".github/workflows/**/*", "bin/**/*", "**/*/Makefile"] - - documentation: ["documentation/**/*", "**/*.md"] - - infra: ["infra/**/*"] - - database: ["api/src/db/**/*"] - - openapi: ["api/openapi.generated.yaml"] - - storybook: ["frontend/stories/**/*", "frontend/.storybook/**/*"] \ No newline at end of file + - changed-files: + - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] +Typescript: +- any: + - changed-files: + - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] \ No newline at end of file diff --git a/typescript/index.ts b/typescript/index.ts new file mode 100644 index 0000000..e4f2d19 --- /dev/null +++ b/typescript/index.ts @@ -0,0 +1 @@ +console.log("Hello world") \ No newline at end of file From c2c95c540e72abd1daabeda2ab7d6ba96116b435 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:32:38 +0530 Subject: [PATCH 14/26] Update index.ts --- typescript/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/index.ts b/typescript/index.ts index e4f2d19..9eacf32 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -1 +1 @@ -console.log("Hello world") \ No newline at end of file +console.log("Hello world TS") From 6d7fb0d517e92475169f59cd82b15092aecc55b8 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:35:44 +0530 Subject: [PATCH 15/26] changes in ts --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 30c6930..1de830f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,8 @@ Javascript: - any: - changed-files: - - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] + - any-glob-to-any-file: ["/javascriprt/**/*.js", "/javascriprt/**/*.jsx"] Typescript: - any: - changed-files: - - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] + - any-glob-to-any-file: ["/typescriprt/**/*.ts", "/typescriprt/**/*.tsx"] From 184f9d5231f3fa7c8bcc382aa3f89bcebee8eb59 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:37:38 +0530 Subject: [PATCH 16/26] Update labeler.yml --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 30c6930..985b37c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,8 @@ Javascript: - any: - changed-files: - - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] + - any-glob-to-any-file: ["/javascript/**/*.js", "/javascript/**/*.jsx"] Typescript: - any: - changed-files: - - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] + - any-glob-to-any-file: ["/typescript/**/*.js", "/typescript/**/*.jsx"] From 32f4761f896f33df91abb2b2f9d4216a8af077b3 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:39:26 +0530 Subject: [PATCH 17/26] Update labeler.yml --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 985b37c..3ec1c92 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,4 +5,5 @@ Javascript: Typescript: - any: - changed-files: - - any-glob-to-any-file: ["/typescript/**/*.js", "/typescript/**/*.jsx"] + - any-glob-to-any-file: ["/typescript/**/*.ts", "/typescript/**/*.tsx"] + From f755ffd17caf25f5fdfbda23e49fca4b769e67cb Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:42:50 +0530 Subject: [PATCH 18/26] Update labeler.yml --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3ec1c92..3b3717a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,9 @@ Javascript: - any: - changed-files: - - any-glob-to-any-file: ["/javascript/**/*.js", "/javascript/**/*.jsx"] + - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] Typescript: - any: - changed-files: - - any-glob-to-any-file: ["/typescript/**/*.ts", "/typescript/**/*.tsx"] + - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] From 24367632a038bdea62d8db713bd284cb661119ee Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:43:08 +0530 Subject: [PATCH 19/26] Update index.ts --- typescript/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/index.ts b/typescript/index.ts index 9eacf32..8a07264 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -1 +1 @@ -console.log("Hello world TS") +console.log("Hello") From 74efa74d0b65492ec2988312879db0d6c4e1f642 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:47:41 +0530 Subject: [PATCH 20/26] Create index.py --- python/index.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/index.py diff --git a/python/index.py b/python/index.py new file mode 100644 index 0000000..4276a8d --- /dev/null +++ b/python/index.py @@ -0,0 +1 @@ +print("Hello World python") From 5b33c9f32a232d71a5361f3b96be2ae3fba4dab9 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 14:50:10 +0530 Subject: [PATCH 21/26] Update labeler.yml --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3b3717a..1bdbae3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,4 +6,8 @@ Typescript: - any: - changed-files: - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] +Python: +- any: + - changed-files: + - any-glob-to-any-file: ["**/*.py"] From 039e56f96a83cef541377b0b8b9a7ab19d06825e Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 11:56:39 +0530 Subject: [PATCH 22/26] changes to labeler.yml in issue-818-test --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7048595..1bdbae3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ Javascript: - any: - changed-files: - - any-glob-to-any-file: ["/javascriprt/**/*.js", "/javascriprt/**/*.jsx"] + - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] Typescript: - any: - changed-files: From 2d1ff79e7f6431d0a599fe9969c1c5cd59254b81 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Fri, 20 Dec 2024 13:03:22 +0530 Subject: [PATCH 23/26] firstc commit --- .github/labeler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1bdbae3..7cd64c2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,5 @@ -Javascript: +Code Change: - any: - - changed-files: - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] Typescript: - any: From 3bcc8e71f8fd0644da11a5e4f4c88d1c90dc85eb Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Fri, 20 Dec 2024 13:09:08 +0530 Subject: [PATCH 24/26] testing --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7cd64c2..cf1c746 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,6 +5,7 @@ Typescript: - any: - changed-files: - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] + - head-branch: '^(?i)(a).*' Python: - any: - changed-files: From ad287acebdc38ac7383c73ce99727c8c80132945 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Fri, 20 Dec 2024 15:15:57 +0530 Subject: [PATCH 25/26] testing regex --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cf1c746..0bb4a97 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: '/^(?i)(a).*/' Python: - any: - changed-files: From 876200c244e0bf6f16cac3d08ae8e825e2e5e847 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Fri, 20 Dec 2024 15:36:12 +0530 Subject: [PATCH 26/26] changes to issue-817 --- .github/labeler.yml | 4 ++-- typescript/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0bb4a97..9891b1f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,11 +1,11 @@ -Code Change: +Javascript: - any: - any-glob-to-any-file: ["**/*.js", "**/*.jsx"] Typescript: - any: - changed-files: - any-glob-to-any-file: ["**/*.ts", "**/*.tsx"] - - head-branch: '/^(?i)(a).*/' + - head-branch: '/^(?i)(a).*/' Python: - any: - changed-files: diff --git a/typescript/index.ts b/typescript/index.ts index 8a07264..eb171b6 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -1 +1 @@ -console.log("Hello") +console.log("Hello World")