Skip to content

Commit

Permalink
Merge pull request #212 from jzelinskie/distroless
Browse files Browse the repository at this point in the history
.github: label hidden files as tooling
  • Loading branch information
jzelinskie committed Oct 26, 2021
2 parents eab6524 + 09686bd commit eff4d2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ area/dependencies:
area/tooling:
- "**/*_test.go"
- ".github/**/*"
- "Dockerfile"
- ".*"
- "Dockerfile*"
area/docs:
- "CODE-OF-CONDUCT.md"
- "CONTRIBUTING.md"
Expand All @@ -15,11 +16,8 @@ area/docs:
- "README.md"
"area/api v0":
- "internal/services/v0/**/*"
- "proto/authzed/api/v0/**/*"
"area/api v1":
- "internal/services/v1/**/*"
- "internal/services/v1alpha1/**/*"
- "proto/authzed/api/v1/**/*"
- "proto/authzed/api/v1alpha1/**/*"
"area/datastore":
- "internal/datastore/**/*"

0 comments on commit eff4d2f

Please sign in to comment.