From 5f30196d6c8f438b42c07d718e0d216303f1432a Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 10 Feb 2025 15:22:17 -0600 Subject: [PATCH 1/2] feat: update faq `public_repo` Signed-off-by: Adam Setch --- src/faqs/1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/faqs/1.md b/src/faqs/1.md index 42bcc90..ac22ff0 100644 --- a/src/faqs/1.md +++ b/src/faqs/1.md @@ -3,7 +3,8 @@ title: "My notifications aren't showing?" --- When authenticating via **Personal Access Token (PAT)**: - open [GitHub Developer Settings >> Tokens](https://github.com/settings/tokens) -- confirm that your PAT has the following permissions: `notifications`, `read:user` and `repo` +- confirm that your PAT has the following recommended permissions: `notifications`, `read:user` and `repo` +- Note: if you only want Gitify to access public repositories, you can use permissions: `notifications`, `read:user` and `public_repo` When authenticating via **Gitify GitHub App**: - some organizations require GitHub Apps to request access prior to allowing access to organization data (including notifications) From e43c57b18ab2f622391a5834a37f94e729f241f5 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 10 Feb 2025 15:29:46 -0600 Subject: [PATCH 2/2] feat: update faq `public_repo` Signed-off-by: Adam Setch --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5c2f106..ea58760 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "sharp": "0.33.5", "tailwind-merge": "3.0.1", "tailwindcss": "4.0.5", - "tailwindcss-motion": "1.1.0" + "tailwindcss-motion": "1.0.1" }, "devDependencies": { "@biomejs/biome": "1.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b1e74a..c5ea4c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 4.0.5 version: 4.0.5 tailwindcss-motion: - specifier: 1.1.0 - version: 1.1.0(tailwindcss@4.0.5) + specifier: 1.0.1 + version: 1.0.1(tailwindcss@4.0.5) devDependencies: '@biomejs/biome': specifier: 1.9.4 @@ -1874,8 +1874,8 @@ packages: tailwind-merge@3.0.1: resolution: {integrity: sha512-AvzE8FmSoXC7nC+oU5GlQJbip2UO7tmOhOfQyOmPhrStOGXHU08j8mZEHZ4BmCqY5dWTCo4ClWkNyRNx1wpT0g==} - tailwindcss-motion@1.1.0: - resolution: {integrity: sha512-0lK6rA4+367ffJdi1TtB72GlMCxJi2TP/xRiHc6An5pZSlU6WfIHhSvLxpcGilGZfBrOqc2q4woH1DEP/lCNbQ==} + tailwindcss-motion@1.0.1: + resolution: {integrity: sha512-ZqarvI3XSclT46Dq1wOo9qG9Yx0TIyEtkMfTo8l0JuVKvO1WiSbvAECuTqdYHpC9Ml7abuJIk7u907SBHYprwQ==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' @@ -4306,7 +4306,7 @@ snapshots: tailwind-merge@3.0.1: {} - tailwindcss-motion@1.1.0(tailwindcss@4.0.5): + tailwindcss-motion@1.0.1(tailwindcss@4.0.5): dependencies: tailwindcss: 4.0.5