You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/check-claude-settings.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ jobs:
18
18
19
19
You've modified Claude Code configuration files. These files contain the shared configuration for all contributors. Please revert this change if unintended. **ONLY modify these files if you need to change shared configurations that apply to everyone and have discussed this change with the TW team.**
20
20
21
-
To override the Claude settings locally, use \`.claude/settings.local.json\` instead.
21
+
To override the Claude settings locally, use \`.claude/settings.local.json\` instead. This local file is gitignored and overrides the repo default.
22
+
22
23
23
24
**For example, if you're changing AWS_PROFILE:**
24
25
The default profile name is \`my-sandbox\`. If your AWS profile has a different name, override it locally instead of changing the shared file.
@@ -32,8 +33,7 @@ jobs:
32
33
}
33
34
}
34
35
\`\`\`
35
-
36
-
This local file is gitignored and overrides the repo default.`;
0 commit comments