.github/CODEOWNERS: Clarify the location of the data/gfx directory
... to be at the root of the repository. Without the leading slash, the
documentation suggests that it could be a data/gfx directory anywhere in
the repository [1].
[1] https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
Fallout from 3773ceb0c5
https://github.com/containers/toolbox/pull/1286
This commit is contained in:
parent
a84a358b3b
commit
198107cceb
1 changed files with 1 additions and 1 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -1,2 +1,2 @@
|
|||
* @HarryMichal @debarshiray
|
||||
data/gfx/*.gif @jimmac
|
||||
/data/gfx/*.gif @jimmac
|
||||
|
|
Loading…
Reference in a new issue