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 e0cb7f6 commit 6e83b09
Show file tree
Hide file tree
Showing 4 changed files with 46 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
6 changes: 6 additions & 0 deletions static/css/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Label certain changes as web development

filters:
"\\.css$":
labels:
- area/web-development
9 changes: 9 additions & 0 deletions static/js/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Label certain changes as web development

approvers:
- sig-docs-website-owners # Defined in OWNERS_ALIASES

filters:
"\\.js":
labels:
- area/web-development

0 comments on commit 6e83b09

Please sign in to comment.