From c96d0b86ba6a576771be5c119930228acc73cc3f Mon Sep 17 00:00:00 2001 From: Pantelis <85220850+Pantelis-Santorinios@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:42:18 +0200 Subject: [PATCH] Update `(write access required)` message Changing `(write access required)` to `(write access to the repository is required to view the log)` for clarity --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 6814851..16ae3fc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -163,7 +163,7 @@ function dependabotJobHelp(): string | null { if (jobId) { return `For more information see: ${dependabotJobUrl( jobId - )} (write access required)` + )} (write access to the repository is required to view the log)` } else { return null }