Commit 90ef98ce authored by Matthew Slipper's avatar Matthew Slipper

ci: Fix the labeler

The labeler wasn't applying `C-Protocol-Critical` labels correctly. I misinterpreted how the `any` rule was supposed to work.
parent a31609c5
...@@ -37,4 +37,6 @@ M-ops: ...@@ -37,4 +37,6 @@ M-ops:
- any: ['ops/**/*'] - any: ['ops/**/*']
C-Protocol-Critical: C-Protocol-Critical:
- any: ['packages/data-transport-layer/**/*.ts', 'packages/contracts/**/*.sol', 'l2geth/**/*.go'] - 'packages/data-transport-layer/**/*.ts'
- 'packages/contracts/**/*.sol'
- 'l2geth/**/*.go'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment