Skip to content

Commit

Permalink
chore(ci): add labeler config for core/wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Jan 10, 2024
1 parent 1294513 commit 7a80b92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*']

chore:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', '.devcontainer/**/*']
Expand Down

0 comments on commit 7a80b92

Please sign in to comment.