From ed848a635849ed611b9d0b0a5e8dcd72d8dc700b Mon Sep 17 00:00:00 2001
From: ismailarilik <arilik.ismail@gmail.com>
Date: Sat, 2 Nov 2024 19:03:29 +0300
Subject: [PATCH] ci(triagebot): make all license files trigger "A-meta" label

Also add some other proper files to the trigger list of this label.
---
 triagebot.toml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/triagebot.toml b/triagebot.toml
index 7f4def6a11b..7f1f7d80787 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -409,8 +409,14 @@ trigger_files = [
     "triagebot.toml",
     "rustfmt.toml",
     "LICENSES",
+    "COPYRIGHT",
+    "LICENSE-APACHE",
+    "LICENSE-MIT",
+    "CODE_OF_CONDUCT.md",
     "README.md",
     "CONTRIBUTING.md",
+    "INSTALL.md",
+    "REUSE.toml",
     ".reuse",
     ".mailmap",
     ".git-blame-ignore-revs",