Skip to content

Commit

Permalink
chore(ci): add llm schemas to schema-change-noteworthy labeler (#13483)
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele authored and ProBrian committed Aug 13, 2024
1 parent 0cdc151 commit b97f4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ schema-change-noteworthy:
- changed-files:
- any-glob-to-any-file: [
'kong/db/schema/**/*.lua', 'kong/**/schema.lua', 'kong/plugins/**/daos.lua', 'plugins-ee/**/daos.lua', 'plugins-ee/**/schema.lua', 'kong/db/dao/*.lua', 'kong/enterprise_edition/redis/init.lua',
'kong/llm/init.lua',
'kong/llm/init.lua', 'kong/llm/schemas/*.lua',
]

build/bazel:
Expand Down

0 comments on commit b97f4dd

Please sign in to comment.