From 23cfee1bd7c7ad099bf633b2b11d23f3de28ed1c Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:21:10 +0330 Subject: [PATCH] Fix GitHub Label --- .github/ISSUE_TEMPLATE/bug_report-fa.yaml | 2 +- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request-fa.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/dependabot.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report-fa.yaml b/.github/ISSUE_TEMPLATE/bug_report-fa.yaml index 532051d..470df98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report-fa.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report-fa.yaml @@ -1,7 +1,7 @@ name: 🐛 گزارش مشکل description: لطفاً ما را از مشکلی که تجربه کرده‌اید مطلع کنید title: "[باگ]: " -labels: ["bug"] +labels: ["🐞 bug"] assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7384819..99da3a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,7 +1,7 @@ name: 🐛 Report a Problem description: Let us know about an issue you're experiencing title: "[Bug]: " -labels: ["bug"] +labels: ["🐞 bug"] assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request-fa.yaml b/.github/ISSUE_TEMPLATE/feature_request-fa.yaml index 13f6f52..92bfd12 100644 --- a/.github/ISSUE_TEMPLATE/feature_request-fa.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request-fa.yaml @@ -1,7 +1,7 @@ name: 💡 پیشنهاد ویژگی جدید description: ایده خود را برای بهبود این پروژه با ما به اشتراک بگذارید title: "[ویژگی]: " -labels: ["enhancement"] +labels: ["🤩 enhancement"] assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 8c70832..678eb6b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ name: 💡 Suggest a New Feature description: Share your idea to make this project better title: "[Feature]: " -labels: ["enhancement"] +labels: ["🤩 enhancement"] assignees: [] body: - type: markdown diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7f0764..3a9b7f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,6 @@ updates: prefix: "chore" include: "scope" labels: - - "dependencies" - - "python" + - "📦 dependencies" + - "🐍python"