.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:
Debarshi Ray 2023-03-29 14:45:57 +02:00
parent a84a358b3b
commit 198107cceb

2
.github/CODEOWNERS vendored
View file

@ -1,2 +1,2 @@
* @HarryMichal @debarshiray
data/gfx/*.gif @jimmac
/data/gfx/*.gif @jimmac