Skip to content

Commit 219cc7f

Browse files
authored
Merge pull request #7 from ravilushqa/document_jira_attribute
jira doc
2 parents 3c3d0e5 + 9b01f4f commit 219cc7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Replace `<GITHUB_TOKEN>`, `<OPENAI_TOKEN>`, `<OWNER>`, `<REPO>`, and `<PR_NUMBER
6565
### Description Command
6666

6767
The usage for the `description` command is similar to the `review` command. Replace `review` with `description` in the command above and execute.
68-
68+
Only difference is that `description` command has extra option `--jira-url` which is used to generate Jira links in the description.
6969

7070
## GitHub Action
7171

cmd/description/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var opts struct {
2323
Repo string `long:"repo" env:"REPO" description:"GitHub repo" required:"true"`
2424
PRNumber int `long:"pr-number" env:"PR_NUMBER" description:"Pull request number" required:"true"`
2525
Test bool `long:"test" env:"TEST" description:"Test mode"`
26-
JiraURL string `long:"jira-url" env:"JIRA_URL" description:"Jira URL"`
26+
JiraURL string `long:"jira-url" env:"JIRA_URL" description:"Jira URL. Example: https://jira.atlassian.com"`
2727
}
2828

2929
func main() {

0 commit comments

Comments
 (0)