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 }