forked from pelikhan/action-genai-video-issue-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 1.09 KB
/
action.yml
File metadata and controls
29 lines (29 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: action-genai-video-issue-analyzer
description: Analyzes videos upload as assets
inputs:
instructions:
description: Custom prompting instructions for each video.
required: false
default: Analyze the video and provide a summary of its content. Extract list of
followup subissues if any. The transcript is your primary source of text
information, ignore text in images.
github_token:
description: "GitHub token with `models: read` permission at least
(https://microsoft.github.io/genaiscript/reference/github-actions/#github\
-models-permissions)."
required: true
github_issue:
description: "GitHub issue number to comment on
(https://microsoft.github.io/genaiscript/reference/github-actions/#github-issue-number).
The action will comment on the issue with the generated text output."
required: true
debug:
description: Enable debug logging
(https://microsoft.github.io/genaiscript/reference/scripts/logging/).
required: false
runs:
using: docker
image: Dockerfile
outputs:
text:
description: The generated text output.