Skip to content

Commit 7d087ac

Browse files
committed
Move a line in the GH comment
1 parent 21a842a commit 7d087ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-claude-settings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
1919
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.**
2020
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+
2223
2324
**For example, if you're changing AWS_PROFILE:**
2425
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:
3233
}
3334
}
3435
\`\`\`
35-
36-
This local file is gitignored and overrides the repo default.`;
36+
`;
3737
3838
github.rest.issues.createComment({
3939
issue_number: context.issue.number,

0 commit comments

Comments
 (0)