From 1e38802273263513ae0542e0e21ed9ec56496a6e Mon Sep 17 00:00:00 2001 From: evavirseda Date: Mon, 23 Dec 2024 14:54:13 +0100 Subject: [PATCH 1/5] feat: update labeler --- .github/labeler.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9c85e15b9f1..66e68f13517 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,3 +4,18 @@ documentation: explorer: - changed-files: - any-glob-to-any-file: apps/explorer/**/* +wallet: + - changed-files: + - any-glob-to-any-file: apps/wallet/**/* +wallet-dashboard: + - changed-files: + - any-glob-to-any-file: apps/wallet-dashboard/**/* +ts-sdk: + - changed-files: + - any-glob-to-any-file: sdk/typescript/**/* +ui-kit: + - changed-files: + - any-glob-to-any-file: apps/ui-kit/**/* +apps-backend: + - changed-files: + - any-glob-to-any-file: apps/backend/**/* \ No newline at end of file From 26d0e584359112043ab9fc82f06e6503e8c59588 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Mon, 23 Dec 2024 15:02:01 +0100 Subject: [PATCH 2/5] fix --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 66e68f13517..139710ef0a9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,4 +18,4 @@ ui-kit: - any-glob-to-any-file: apps/ui-kit/**/* apps-backend: - changed-files: - - any-glob-to-any-file: apps/backend/**/* \ No newline at end of file + - any-glob-to-any-file: apps/apps-backend/**/* \ No newline at end of file From 24c33788fdbd490e3b115336c245a3156067b2c9 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Mon, 23 Dec 2024 15:05:38 +0100 Subject: [PATCH 3/5] fix: add empty line --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 139710ef0a9..8503ba5b4ed 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,4 +18,4 @@ ui-kit: - any-glob-to-any-file: apps/ui-kit/**/* apps-backend: - changed-files: - - any-glob-to-any-file: apps/apps-backend/**/* \ No newline at end of file + - any-glob-to-any-file: apps/apps-backend/**/* From 79d730ae92b62eb6b213656908780867c4d6c997 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Mon, 23 Dec 2024 15:10:36 +0100 Subject: [PATCH 4/5] feat: update to apps-ui-kit --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8503ba5b4ed..ca2eda4215d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,7 +13,7 @@ wallet-dashboard: ts-sdk: - changed-files: - any-glob-to-any-file: sdk/typescript/**/* -ui-kit: +apps-ui-kit: - changed-files: - any-glob-to-any-file: apps/ui-kit/**/* apps-backend: From 3edd18df6de1d5cc7387fc4402d56c782fa2fd27 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Thu, 26 Dec 2024 15:50:54 +0100 Subject: [PATCH 5/5] feat: add tooling label --- .github/labeler.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ca2eda4215d..8617b1f2474 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,10 +12,29 @@ wallet-dashboard: - any-glob-to-any-file: apps/wallet-dashboard/**/* ts-sdk: - changed-files: - - any-glob-to-any-file: sdk/typescript/**/* + - any-glob-to-any-file: sdk/**/* apps-ui-kit: - changed-files: - any-glob-to-any-file: apps/ui-kit/**/* apps-backend: - changed-files: - any-glob-to-any-file: apps/apps-backend/**/* +tooling: + - changed-files: + - any-glob-to-any-file: | + sdk/** + apps/** + dapps/** + linting/** + .husky/** + .changeset/** + .eslintrc.js + .lintstagedrc.json + .npmrc + .prettierignore + graphql.config.ts + package.json + pnpm-workspace.yaml + prettier.config.js + turbo.json + vercel.json