diff options
| author | 2022-02-22 19:30:20 -0500 | |
|---|---|---|
| committer | 2022-02-22 19:30:20 -0500 | |
| commit | 75b3a515910f04f295e0b70c208e8383b1783b7d (patch) | |
| tree | 37b0303dec24c89e528f7a23c6d1364e2edc99bb /config-default.yml | |
| parent | 💡 Update docstrings to reflect changes (diff) | |
👌 Fix indentation and update grammar for when only 1 channel remains
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 6ad471cbd..dae923158 100644 --- a/config-default.yml +++ b/config-default.yml @@ -517,7 +517,7 @@ help_channels: notify_minutes: 15 # Minimum interval between none_remaining or running_low notifications notify_none_remaining: true # Pinging notification for the Helper role when no dormant channels remain - notify_none_remaining_roles: # Mention these roles in the non_remaining notification + notify_none_remaining_roles: # Mention these roles in the none_remaining notification - *HELPERS_ROLE notify_running_low: true # Non-pinging notification which is triggered when the channel count is equal or less than the threshold |