We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9b683 commit 6faa4d1Copy full SHA for 6faa4d1
README.md
@@ -0,0 +1,15 @@
1
+# gpt-pullrequest-updater
2
+
3
+### Usage:
4
+ main [OPTIONS]
5
6
+### Application Options:
7
+ --gh-token= GitHub token [$GITHUB_TOKEN]
8
+ --openai-token= OpenAI token [$OPENAI_TOKEN]
9
+ --owner= GitHub owner [$OWNER]
10
+ --repo= GitHub repo [$REPO]
11
+ --pr-number= Pull request number [$PR_NUMBER]
12
+ --test Test mode [$TEST]
13
14
+### Help Options:
15
+ -h, --help Show this help message
0 commit comments