From 2c00aef88a3b0044e5dd3b6c663290a493f3e4fe Mon Sep 17 00:00:00 2001 From: Johnnie Birch <45402135+jlb6740@users.noreply.github.com> Date: Thu, 14 May 2020 15:59:25 -0700 Subject: [PATCH] Automatically label PRs related to the new x64 backend --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2a224d5a13..ac3a8741bd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -28,6 +28,10 @@ - "cranelift/peepmatic/**" - "cranelift/codegen/src/peepmatic.rs" +"cranelift:area:x64": + - "cranelift/codegen/src/machinst/**" + - "cranelift/codegen/src/isa/x64/**" + "cranelift:docs": - "cranelift/docs/**"