From 5e935bc84234f9d18024f32bd9bf8981c48cc818 Mon Sep 17 00:00:00 2001 From: hatti Date: Wed, 1 Jan 2025 00:32:18 +0800 Subject: [PATCH] refactor: remove `x/crisis` under .github config (#23124) --- .github/ISSUE_TEMPLATE/qa.md | 1 - .github/pr_labeler.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/qa.md b/.github/ISSUE_TEMPLATE/qa.md index c45a80ddb7..86062e9f6c 100644 --- a/.github/ISSUE_TEMPLATE/qa.md +++ b/.github/ISSUE_TEMPLATE/qa.md @@ -28,7 +28,6 @@ v without deliberation * [ ] Audit x/bank/v2 * [ ] Audit x/circuit * [ ] Audit x/consensus - * [ ] Audit x/crisis * [ ] Audit x/distribution * [ ] Audit x/evidence * [ ] Audit x/epochs diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index f42f8cc3ae..472d84033c 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -51,8 +51,6 @@ - x/circuit/**/* "C:x/consensus": - x/consensus/**/* -"C:x/crisis": - - x/crisis/**/* "C:x/distribution": - x/distribution/**/* "C:x/evidence":