Skip to content

Commit

Permalink
chore(labeler): add new schema noteworthy path (#11123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Aug 2, 2023
1 parent 64987ae commit 96989e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/labeler.yml
Expand Up @@ -171,4 +171,9 @@ 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

3 comments on commit 96989e6

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.1.x-apk
Artifacts availabe https://github.com/Kong/kong/actions/runs/5742389021

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.1.x-deb
Artifacts availabe https://github.com/Kong/kong/actions/runs/5742389021

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.1.x-rpm
Artifacts availabe https://github.com/Kong/kong/actions/runs/5742389021

Please sign in to comment.