Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 2a3e4f2

Browse files
committed
Update GH PR token description
1 parent 6498ed4 commit 2a3e4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/services/github_pull_requests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class CC::Service::GitHubPullRequests < CC::Service
22
class Config < CC::Service::Config
33
attribute :oauth_token, String,
44
label: "OAuth Token",
5-
description: "A personal OAuth token with permissions for the repo"
5+
description: "A personal OAuth token with permissions for the repo. The owner of the token will be the author of the pull request comment."
66
attribute :update_status, Boolean,
77
label: "Update status?",
88
description: "Update the pull request status after analyzing?"

0 commit comments

Comments
 (0)