Skip to content

Commit 88f13df

Browse files
committed
Add github_issue input to action.yml for analyzing current pull requests
1 parent 4b5c907 commit 88f13df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ inputs:
5757
(https://microsoft.github.io/genaiscript/reference/github-actions/#github\
5858
-models-permissions)."
5959
required: false
60+
github_issue:
61+
description: "GitHub issue number to analyze. If not provided, the action will\
62+
\ analyze the current pull request."
63+
required: false
6064
video_url:
6165
description: "Direct video URL to analyze (alternative to extracting from issue body)"
6266
required: false

0 commit comments

Comments
 (0)