From f103b2879a5fc863c0f2b9b1d347184400adbbe6 Mon Sep 17 00:00:00 2001 From: "Bismay.exe" Date: Mon, 23 Mar 2026 21:15:50 +0530 Subject: [PATCH 1/3] Add Your Name to contributors list --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index a78bf80..ec236a0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -17,6 +17,7 @@ If your name is below — congratulations! 🎉 * [jaseel](https://github.com/jaseel0) * [ ashfak](https://github.com/ashfak88) * [jefin](https://github.com/jefin-s) +* [Bismay](https://github.com/Bismay-exe) --- From 3585355d6a8d52e04986b8c553ce7526ccf27d28 Mon Sep 17 00:00:00 2001 From: "Bismay.exe" Date: Mon, 23 Mar 2026 21:25:28 +0530 Subject: [PATCH 2/3] Add Your Name to contributors list --- .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 a2d270e..9a84794 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: Auto Label PRs on: - pull_request: + pull_request_target: types: [opened, synchronize, reopened] permissions: From 7561d665a93f64bbd8996422a89b3fab63737804 Mon Sep 17 00:00:00 2001 From: Naheel Muhammed Date: Tue, 24 Mar 2026 19:11:11 +0530 Subject: [PATCH 3/3] Delete .github/workflows/labeler.yml --- .github/workflows/labeler.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 9a84794..0000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Auto Label PRs - -on: - pull_request_target: - types: [opened, synchronize, reopened] - -permissions: - contents: read - pull-requests: write - -jobs: - label: - runs-on: ubuntu-latest - steps: - - name: Auto Label - uses: actions/labeler@v5 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: .github/labeler.yml