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 diff --git a/README.md b/README.md index 7e1a68a..40a9315 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@
  • Roadmap
  • @@ -74,6 +74,8 @@
  • License
  • Contact
  • Acknowledgments
  • +
  • Star History
  • +
  • FAQ
  • @@ -206,6 +208,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`?**