Skip to content

Commit

Permalink
Set labels and reviewers for website assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Apr 4, 2024
1 parent 3a6cd0c commit b51b327
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Label certain changes as web development

filters:
"\\.js":
labels:
- area/web-development
"\\.scss$":
labels:
- area/web-development
22 changes: 22 additions & 0 deletions assets/images/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# See the OWNERS docs at https://go.k8s.io/owners

# This is the directory for common images. Allow English localization
# reviewers to review and approve.
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.

reviewers:
- sig-docs-en-reviews

approvers:
- sig-docs-en-owners

filters:
"\\.svg":
labels:
- area/web-development
"\\.png$":
labels:
- area/web-development
"\\.jpe?g$":
labels:
- area/web-development

0 comments on commit b51b327

Please sign in to comment.