From 032a859149280d60448d7783a5bed3c422c6711b Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:43:40 +0100 Subject: [PATCH] Update Automation to Label Changes (#4552) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/labeler.yml | 4 ++-- .github/workflows/stale.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 509f689df..3b8dd46e5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: Bug Report description: Create a report to help us improve title: "[BUG]" -labels: ["bug :bug:"] +labels: ["📋 triage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 6c7ff8039..efd7f4d2b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: Feature Request description: Suggest an idea for this project title: "[FEATURE]" -labels: ["enhancement"] +labels: ["📋 triage"] body: - type: textarea diff --git a/.github/labeler.yml b/.github/labeler.yml index 120c88f4b..3d2eb437d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,7 +3,7 @@ version: 1 labels: -- label: "dependencies" +- label: "⚙️ dependencies" authors: ["dependabot[bot]", "pre-commit-ci[bot]"] -- label: "code quality ✨" +- label: "🛠 code-quality" authors: ["pre-commit-ci[bot]"] diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 56ba74109..3b07166b2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: days-before-stale: 3 days-before-close: 2 days-before-pr-stale: -1 - stale-issue-label: 'stale' + stale-issue-label: '📋 stale' only-labels: 'question' stale-issue-message: '' close-issue-message: 'This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen or ask again in our Telegram support group at https://t.me/pythontelegrambotgroup.'