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

Commit 47bb637

Browse files
committed
support issue_comment, label and workflow_dispatch triggers for issue triage
This commit adds supports for all needed triggers for issue triage workflows. Co-authored-by: aliciatang07 [email protected]
1 parent e51c845 commit 47bb637

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/gemini-issue-automated-triage.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ name: Gemini Automated Issue Triage
33
on:
44
issues:
55
types: [opened, reopened]
6+
issue_comment:
7+
types: [created]
8+
label:
9+
types: [created, edited, deleted]
10+
workflow_dispatch:
11+
inputs:
12+
issue_number:
13+
description: 'issue number to triage'
14+
required: true
15+
type: number
616

717
jobs:
818
triage-issue:

0 commit comments

Comments
 (0)