good first issue
仓库指标
- Star
- (13,157 star)
- PR 合并指标
- (平均合并 1小时 28分钟) (30 天内合并 1 个 PR)
描述
Hello! I'd like to be able to use wildcards in this way:
// Need to redact my_secret, my_other_secret, another_secret.
paths: ['*secret'],
It is unclear from the documentation if this is supported, or whether wildcards only pertain to whole keys and not parts of key words?