Skip to content
代码片段 群组 项目
未验证 提交 80bf09e3 编辑于 作者: Olaoluwa Oluro's avatar Olaoluwa Oluro
浏览文件

Exempt specific files from Codeowners rules

Currently there is no way to exempt specific files from requiring
code owner approval.

**Solution**

This adds support for exclusion patterns in CODEOWNERS using
the '!' prefix:

```
* @default-owner      # All files require approval
!pom.xml              # Except pom.xml which needs no approval
```

Changelog: added
EE: true
上级 2933d2ee
No related branches found
No related tags found
无相关合并请求
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册