From 17edaad6228d2b0e02d8bda5a3626978c6c43cf7 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 12 Dec 2024 19:12:42 +0530 Subject: [PATCH 01/16] 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/16] 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/16] 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/16] 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/16] 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 a61dd9c9337b931a7d29bf42f5f3f441013f8681 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 11:59:41 +0530 Subject: [PATCH 06/16] Update labeler.yml --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7526dc2..fe44ea6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,4 +17,4 @@ jobs: 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 429b4e99a8535c31db0164ae164ff54b28a3ded8 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 12:00:24 +0530 Subject: [PATCH 07/16] Update labeler.yml --- .github/labeler.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 47e6bad..aa0119e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,7 @@ -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 +# Documentation: +# - changed-files: +# - any-glob-to-any-file: ['docs/*'] +# JavaScript: +# - any: +# - changed-files: +# - any-glob-to-any-file: ['javascript/*'] From da3c47493f4e16821c28dff02cf3815823861d05 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Mon, 16 Dec 2024 12:02:01 +0530 Subject: [PATCH 08/16] Update labeler.yml --- .github/workflows/labeler.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fe44ea6..8d0fee6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,20 +1,20 @@ -name: Pull Request Labeler +# name: Pull Request Labeler -on: - workflow_dispatch: - pull_request_target: - types: [opened, synchronize, reopened, closed] +# on: +# workflow_dispatch: +# pull_request_target: +# types: [opened, synchronize, reopened, closed] -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@v5 +# 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@v5 From 2f2681c33970336f3fa4f731ede19db314506d6d Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 12:04:31 +0530 Subject: [PATCH 09/16] typescript-5.7.2 first commit --- .github/workflows/labeler.yml | 38 ++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8d0fee6..7044a2f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,20 +1,22 @@ -# name: Pull Request Labeler +name: Pull Request Labeler + +on: + pull_request_target: + types: [opened, synchronize, reopened, closed] + +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/typescript-5.7.2 + -# on: -# workflow_dispatch: -# pull_request_target: -# types: [opened, synchronize, reopened, closed] -# 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@v5 From c578e714e7dfcba862ddab5d3953112c2f467415 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 12:27:43 +0530 Subject: [PATCH 10/16] changes to files --- docs/test.md | 2 +- javascript/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/test.md b/docs/test.md index f1b374f..b782870 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1 +1 @@ -dependabot/npm_and_yarn/minimatch-10.0.1 \ No newline at end of file +pr-dependabot-npm_and-yarn-typescript-5_7_2 \ No newline at end of file diff --git a/javascript/index.js b/javascript/index.js index c46d792..3b86692 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("Testing for git pr-dependabot-npm_and-yarn-typescript-5_7_2") console.log("hello world") From 4697515d67056713db39f17eefd7bf0050647817 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 12:43:28 +0530 Subject: [PATCH 11/16] testing dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7044a2f..de12ff3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: with: sparse-checkout: | .github - - uses: actions/labeler@dependabot/npm_and_yarn/typescript-5.7.2 + - uses: actions/labeler@dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0 From e2fc6e5c6c7a96299861f4db729ea40f05935ae6 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 12:44:38 +0530 Subject: [PATCH 12/16] testing for PR --- javascript/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/index.js b/javascript/index.js index 3b86692..f1e798c 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,2 +1,2 @@ -console.log("Testing for git pr-dependabot-npm_and-yarn-typescript-5_7_2") +console.log("Testing for git dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0") console.log("hello world") From 4ccc8ad182ae6e4baeb46ca75578522289e8cf2a Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 12:58:27 +0530 Subject: [PATCH 13/16] creating PR for dependabot/npm_and_yarn/prettier-3.4.2 --- .github/workflows/labeler.yml | 2 +- docs/test2.md | 2 +- javascript/index.js | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index de12ff3..a26b6e4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: with: sparse-checkout: | .github - - uses: actions/labeler@dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0 + - uses: actions/labeler@dependabot/npm_and_yarn/prettier-3.4.2 diff --git a/docs/test2.md b/docs/test2.md index 5ad1602..7de0eb3 100644 --- a/docs/test2.md +++ b/docs/test2.md @@ -1 +1 @@ -test2.md211112024dependabot/npm_and_yarn/minimatch-10.0.1 \ No newline at end of file +dependabot/npm_and_yarn/prettier-3.4.2 \ No newline at end of file diff --git a/javascript/index.js b/javascript/index.js index f1e798c..64476d4 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,2 +1,4 @@ console.log("Testing for git dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0") +console.log("Testing for dependabot/npm_and_yarn/prettier-3.4.2") +// dependabot/npm_and_yarn/prettier-3.4.2 console.log("hello world") From 30febddca5687baa3c826d5a84c383eb0876fcc7 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 13:20:36 +0530 Subject: [PATCH 14/16] testing dependabot/npm_and_yarn/types/jest-29.5.14 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a26b6e4..669ad0e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: with: sparse-checkout: | .github - - uses: actions/labeler@dependabot/npm_and_yarn/prettier-3.4.2 + - uses: actions/labeler@dependabot/npm_and_yarn/types/jest-29.5.14 From a88816aa8e4960291743030d52833e5a6c48dad0 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Tue, 17 Dec 2024 14:12:45 +0530 Subject: [PATCH 15/16] testing dependabot/npm_and_yarn/types/jest-29.5.14 --- docs/test2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test2.md b/docs/test2.md index 7de0eb3..1df4241 100644 --- a/docs/test2.md +++ b/docs/test2.md @@ -1 +1 @@ -dependabot/npm_and_yarn/prettier-3.4.2 \ No newline at end of file +dependabot-npm_and_yarn-types-jest-29_5_14 \ No newline at end of file From 0662c6b0756a1b2405fc1844d8c29b9784d31db9 Mon Sep 17 00:00:00 2001 From: suyashgaonkar Date: Thu, 19 Dec 2024 15:50:28 +0530 Subject: [PATCH 16/16] Testing dependabot/npm_and_yarn/ts-jest-29.2.5 PR --- .github/workflows/labeler.yml | 2 +- docs/test.md | 2 +- javascript/index.js | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 669ad0e..61f0e7a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: with: sparse-checkout: | .github - - uses: actions/labeler@dependabot/npm_and_yarn/types/jest-29.5.14 + - uses: actions/labeler@dependabot/npm_and_yarn/ts-jest-29.2.5 diff --git a/docs/test.md b/docs/test.md index b782870..49f6630 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1 +1 @@ -pr-dependabot-npm_and-yarn-typescript-5_7_2 \ No newline at end of file +PR FOR dependabot/npm_and_yarn/ts-jest-29.2.5 \ No newline at end of file diff --git a/javascript/index.js b/javascript/index.js index 64476d4..09e5fed 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1,4 +1 @@ -console.log("Testing for git dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0") -console.log("Testing for dependabot/npm_and_yarn/prettier-3.4.2") -// dependabot/npm_and_yarn/prettier-3.4.2 -console.log("hello world") +console.log("PR for dependabot/npm_and_yarn/ts-jest-29.2.5") \ No newline at end of file