We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 483a665 + c2c4762 commit 3e2ffa6Copy full SHA for 3e2ffa6
.claude/settings.json
@@ -20,6 +20,15 @@
20
"command": "jq -r '.tool_input.file_path // empty' | grep -E '\\.(ts|tsx|js|jsx)$' | head -1 | xargs -I {} pnpm biome check --write {}"
21
}
22
]
23
+ },
24
+ {
25
+ "matcher": "Bash",
26
+ "hooks": [
27
28
+ "type": "command",
29
+ "command": "jq -r '.tool_input.command // empty' | grep -q 'gh pr create' && echo 'PR\u4f5c\u6210\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u4f5c\u696d\u3092\u901a\u3058\u3066\u5b66\u3073\u3084\u6539\u5584\u70b9\u304c\u3042\u308c\u3070\u3001/retrospective \u3067\u632f\u308a\u8fd4\u308a\u3092\u5b9f\u65bd\u3057\u3066\u304f\u3060\u3055\u3044\u3002' || true"
30
+ }
31
+ ]
32
33
34
0 commit comments