Skip to content

Commit

Permalink
Update (write access required) message
Browse files Browse the repository at this point in the history
Changing `(write access required)` to `(write access to the repository is required to view the log)`  for clarity
  • Loading branch information
Pantelis authored and GitHub committed Sep 28, 2023
1 parent b9b5dc0 commit c96d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c96d0b8

Please sign in to comment.