Skip to content

Warn when custom config file is not found#299

Merged
satterly merged 1 commit intomasterfrom
fix/warn-missing-config
Mar 29, 2026
Merged

Warn when custom config file is not found#299
satterly merged 1 commit intomasterfrom
fix/warn-missing-config

Conversation

@satterly
Copy link
Copy Markdown
Contributor

Summary

  • Emit a core.warning() when the user specifies a non-default config path and the file doesn't exist
  • Suggests checking out the repo before the slack step
  • Default path (.github/slack.yml) continues to be silently skipped

Closes #267

Test plan

  • All 55 tests pass (18 suites)
  • CI passes

🤖 Generated with Claude Code

Emit a warning when the user specifies a non-default config path and
the file doesn't exist, suggesting they check out the repo first.
The default path (.github/slack.yml) is silently skipped as before.

Closes #267

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@satterly satterly merged commit 3ea8756 into master Mar 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loading slack.yml config file from .github/config directory

1 participant