fix: package triage skills into the action image

This commit is contained in:
2026-05-15 03:48:05 +00:00
parent 7186098edf
commit 109048e604
3 changed files with 31 additions and 15 deletions
+7
View File
@@ -10,6 +10,13 @@ WORKDIR /action
COPY app/package.json /action/app/
RUN cd /action/app && npm install
COPY .amazonq/ /action/.amazonq/
COPY .claude/ /action/.claude/
COPY .gemini/ /action/.gemini/
COPY .github/ /action/.github/
COPY CLAUDE.md /action/
COPY GEMINI.md /action/
COPY app/ /action/app/
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh