-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): add labeler config for core/wasm #12334
Conversation
@@ -74,6 +74,10 @@ core/tracing: | |||
- changed-files: | |||
- any-glob-to-any-file: ['kong/tracing/**/*', 'kong/pdk/tracing.lua'] | |||
|
|||
core/wasm: | |||
- changed-files: | |||
- any-glob-to-any-file: ['kong/runloop/wasm.lua', 'kong/runloop/wasm/**/*'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- any-glob-to-any-file: ['kong/runloop/wasm.lua', 'kong/runloop/wasm/**/*'] | |
- any-glob-to-any-file: ['kong/runloop/wasm.lua', 'kong/runloop/wasm/**'] |
Not sure we need that final /*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it looks odd to me too, but all of the other examples in the file use the same pattern
7a80b92
to
29ada8b
Compare
(cherry picked from commit 7a25ad4)
Successfully created cherry-pick PR for |
Successfully created backport PR for |
(cherry picked from commit 7a25ad4)
Successfully created backport PR for |
(cherry picked from commit 7a25ad4) Co-authored-by: Michael Martin <[email protected]>
(cherry picked from commit 7a25ad4) Co-authored-by: Michael Martin <[email protected]>
This sets up automation for the new
core/wasm
label.