Skip to content

Remove ignoredusers from config template and help text#277

Merged
clcollins merged 3 commits into
mainfrom
srepd/remove-ignoredusers-config
Jun 6, 2026
Merged

Remove ignoredusers from config template and help text#277
clcollins merged 3 commits into
mainfrom
srepd/remove-ignoredusers-config

Conversation

@clcollins

Copy link
Copy Markdown
Owner

Summary

Follow-up to #276. Now that ignored users are auto-discovered from silent escalation policies, remove ignoredusers from:

  • The example config generated by config --create
  • The optionalKeys help map used by config --validate

The ignoredusers key is still accepted at runtime (backward compatible via the deprecation path in #276), but new configs will no longer include it.

Test plan

  • go test ./... passes
  • config --create no longer includes ignoredusers in generated config
  • config --validate no longer lists ignoredusers as an optional key

🤖 Generated with Claude Code

clcollins and others added 3 commits June 5, 2026 15:16
Follow-up to #276: now that ignored users are auto-discovered from
silent escalation policies, remove ignoredusers from the example
config generated by --create and from the optional keys help text.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.56%. Comparing base (bd30bb8) to head (71fd4a9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #277   +/-   ##
=======================================
  Coverage   67.56%   67.56%           
=======================================
  Files          34       34           
  Lines        5210     5210           
=======================================
  Hits         3520     3520           
  Misses       1470     1470           
  Partials      220      220           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@clcollins clcollins merged commit 6c1be60 into main Jun 6, 2026
10 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.

2 participants