We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6027628 commit 15bcb21Copy full SHA for 15bcb21
1 file changed
.github/workflows/claude.yml
@@ -47,6 +47,13 @@ jobs:
47
version: 3.48.0
48
repo-token: ${{ secrets.GITHUB_TOKEN }}
49
50
+ - name: Install maintainer skill
51
+ run: |
52
+ mkdir -p ~/.claude/skills/maintainer
53
+ curl -fsSL \
54
+ https://raw.githubusercontent.com/inference-gateway/skills/main/skills/maintainer/SKILL.md \
55
+ -o ~/.claude/skills/maintainer/SKILL.md
56
+
57
- name: Run Claude Code
58
id: claude
59
uses: anthropics/claude-code-action@v1.0.131
0 commit comments