From fefcb0c73cb4606362d7ce84f1fc730ec7557f80 Mon Sep 17 00:00:00 2001 From: Sivasweatha Umamaheswaran Date: Tue, 15 Jul 2025 09:19:18 +0530 Subject: [PATCH 1/3] Add Star History on README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7e1a68a..2dda1f0 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,20 @@ Resources that are helpful and would like to give credit to.

(back to top)

+ + +## Star History + + + + + + Star History Chart + + + +

(back to top)

+ ## FAQ **Why `global.d.ts` instead of `compilerOptions.types` inside `jsconfig.json` or `tsconfig.json`?** From 754c7ff316f6b9a0aceded65a9c96cf272948e9b Mon Sep 17 00:00:00 2001 From: Muhammed Rahif <73386156+Muhammed-Rahif@users.noreply.github.com> Date: Wed, 16 Jul 2025 01:14:46 +0000 Subject: [PATCH 2/3] chore(workflow): update permissions in greetings.yml for clarity --- .github/workflows/greetings.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index da6a9fa..6f8b889 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -16,7 +16,10 @@ jobs: greet: name: Greet, Celebrate, and Encourage runs-on: ubuntu-latest - permissions: write-all + permissions: + issues: write + pull-requests: write + contents: read steps: - name: Check User Contributions id: check_contributions From 0b8fce89d9e4e32a1e149ebe58cf8c6add0dd10d Mon Sep 17 00:00:00 2001 From: Sivasweatha Umamaheswaran Date: Wed, 16 Jul 2025 09:19:20 +0530 Subject: [PATCH 3/3] Update README.md to add into Table of Contents --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dda1f0..40a9315 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@
  • Roadmap
  • @@ -74,6 +74,8 @@
  • License
  • Contact
  • Acknowledgments
  • +
  • Star History
  • +
  • FAQ