Skip to content

Commit

Permalink
chore(labeler): add new schema noteworthy path
Browse files Browse the repository at this point in the history
Include `schema-change-noteworthy` label in `kong/db/dao`.
  • Loading branch information
gszr authored and bungle committed Jun 26, 2023
1 parent 18a6137 commit 3889235
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,12 @@ plugins/opentelemetry:
- kong/plugins/opentelemetry/**/*

schema-change-noteworthy:
- kong/db/schema/entities/**/*
- kong/db/schema/**/*.lua
- kong/**/schema.lua
- kong/plugins/**/daos.lua
- plugins-ee/**/daos.lua
- plugins-ee/**/schema.lua
- kong/db/dao/*.lua

build/bazel:
- '**/*.bazel'
Expand Down

0 comments on commit 3889235

Please sign in to comment.