Skip to content

Commit b931a21

Browse files
clubandersonclaude
andcommitted
Add assignment-helper workflow
Uses shared reusable workflow from kubestellar/infra. Helps users who ask natural language questions about assignment. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Andrew Anderson <andy@clubanderson.com>
1 parent 80ecfa2 commit b931a21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Assignment Helper
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
7+
jobs:
8+
assignment-helper:
9+
uses: kubestellar/infra/.github/workflows/reusable-assignment-helper.yml@main

0 commit comments

Comments
 (0)