diff --git a/.github/labeler.yml b/.github/labeler.yml index dc90ae338b564..9403f2e52f01e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,22 +9,15 @@ - 'packages/message-relayer/**/*' - 'patches/**/*' -A-ci: +M-ci: - any: ['.github/**/*'] -A-contracts: - - any: ['packages/contracts/**/*'] - -A-geth: +M-l2geth: - any: ['l2geth/**/*'] -A-integration-tests: +M-integration: - any: ['integration-tests/**/*'] -A-ts-packages: - - any: ['packages/**/*'] - all: ['!packages/contracts/**/*'] - M-batch-submitter: - any: ['packages/batch-submitter/**/*']