From d8bac483302bfef15e6fb35d88325e8c8dc0ad5d Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Mon, 12 Sep 2022 18:17:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20labeler=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=20`module:=20drop`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue-checker.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/issue-checker.yml b/.github/issue-checker.yml index 9bf3ea0c1a..c498cc544a 100644 --- a/.github/issue-checker.yml +++ b/.github/issue-checker.yml @@ -16,6 +16,14 @@ labels: - '(?:[Aa]dd (?:`|)(?:label |)(?:module: |)roguelike(?:`|)|肉[鸽鴿]|集成战略|rogue|ローグ)' - "(?:[Aa]dd (?:`|)(?:label |)(?:module: |)roguelike(?:`|)|^(?![\\s\\S]*(?:\ (?:[Rr]emove|[Ss]kip) (?:(?:[Aa]ll |)(?:[Mm]odule |)[Ll]abels?|(?:`|)(?:module: |)roguelike(?:`|))))[\\s\\S]*$)" +- name: "module: drop" + regexes: + - '(?:[Aa]dd (?:`|)(?:label |)(?:module: |)drop(?:`|)|掉落物?识别)' + - "(?:[Aa]dd (?:`|)(?:label |)(?:module: |)drop(?:`|)|^(?![\\s\\S]*(?:\ + (?:[Rr]emove|[Ss]kip) (?:(?:[Aa]ll |)(?:[Mm]odule |)[Ll]abels?|(?:`|)(?:module: |)drop(?:`|))))[\\s\\S]*$)" + disabled-if: + - "module: copilot" + - "module: roguelike" - name: "module: fight" regexes: - '(?:[Aa]dd (?:`|)(?:label |)(?:module: |)fight(?:`|)|刷图|刷理智|剿灭|刷.{0,6}材料|关卡选择|战斗|作战|[戰戦][鬥闘]|fight|battle)' @@ -23,6 +31,7 @@ labels: (?:[Rr]emove|[Ss]kip) (?:(?:[Aa]ll |)(?:[Mm]odule |)[Ll]abels?|(?:`|)(?:module: |)fight(?:`|))))[\\s\\S]*$)" disabled-if: - "module: copilot" + - "module: drop" - "module: roguelike" - name: "module: infrast" regexes: