From 77755a278fc8efea25cb213378f6817f0537aaed Mon Sep 17 00:00:00 2001 From: ARYPROGRAMMER Date: Mon, 16 Dec 2024 17:51:12 +0530 Subject: [PATCH 1/4] chore: workflow updating --- .github/workflows/eslint.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 9ee18d9..ef0e9d4 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -44,9 +44,3 @@ jobs: --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: true - - - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: eslint-results.sarif - wait-for-processing: true From 4c31e9e73952159b6309461a01c275ed5a92b2a5 Mon Sep 17 00:00:00 2001 From: ARYPROGRAMMER Date: Mon, 16 Dec 2024 17:56:14 +0530 Subject: [PATCH 2/4] chore: workflow updating --- .github/labeler.yml | 48 +++++++++++++++++++++++++++++++++++++ .github/workflows/label.yml | 1 + 2 files changed, 49 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..161659e --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,48 @@ +# .github/labeler.yml + +# Label PRs that modify TypeScript files +typescript: + - "**/*.ts" + - "**/*.tsx" + +# Label PRs that modify JavaScript files +javascript: + - "**/*.js" + - "**/*.jsx" + +# Label PRs that modify SCSS or CSS files +styles: + - "**/*.css" + - "**/*.scss" + +# Label PRs that modify API routes +api: + - "pages/api/**/*" + +# Label PRs that modify public assets +assets: + - "public/**/*" + +# Label PRs that modify configuration files +config: + - "next.config.js" + - "tsconfig.json" + - ".eslintrc.js" + - ".prettierrc" + - ".env*" + +# Label PRs that modify documentation +documentation: + - "**/*.md" + - "**/*.mdx" + +# Label PRs that modify CI/CD workflows +ci: + - ".github/workflows/**/*" + +# Label PRs that modify test files +tests: + - "**/*.test.ts" + - "**/*.test.tsx" + - "**/*.spec.ts" + - "**/*.spec.tsx" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 2661cee..012787b 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -20,3 +20,4 @@ jobs: - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GH_TOKEN}}" + configuration-path: .github/labeler.yml From 2c53d321e17675269221583560dc4207bead33ca Mon Sep 17 00:00:00 2001 From: ARYPROGRAMMER Date: Mon, 16 Dec 2024 17:57:44 +0530 Subject: [PATCH 3/4] chore: workflow updating --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 012787b..6de01fc 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -20,4 +20,4 @@ jobs: - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GH_TOKEN}}" - configuration-path: .github/labeler.yml + configuration-path: ./.github/labeler.yml From 70c9cede0cb97b0e14b0ed7fda9dcb9cce064585 Mon Sep 17 00:00:00 2001 From: ARYPROGRAMMER Date: Mon, 16 Dec 2024 22:27:37 +0530 Subject: [PATCH 4/4] chore: workflow updating --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 6de01fc..0854308 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -20,4 +20,4 @@ jobs: - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GH_TOKEN}}" - configuration-path: ./.github/labeler.yml + configuration-path: labeler.yml