From f0ed4721026f998194eee679680ca03bba8aae4a Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 15 Mar 2022 21:03:30 +0100 Subject: chore: update automated labels (#621) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/renovate.json5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2f0dffd8..1c4ba2d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: "\U0001F41E Bug report" description: Report an issue -labels: [pending triage] # This will automatically assign the 'pending triage' label +labels: ['c: pending triage'] # This will automatically assign the 'c: pending triage' label body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3619e088..80dd97c8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: "\U0001F680 New feature proposal" description: Propose a new feature -labels: ['pending triage'] # This will automatically assign the 'pending triage' label +labels: ['c: pending triage'] # This will automatically assign the 'c: pending triage' label body: - type: markdown attributes: diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 505c3cd8..8791aa6d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", "schedule:daily", "group:allNonMajor"], - "labels": ["dependencies"], + "labels": ["c: dependencies"], "reviewersFromCodeOwners": true, "rangeStrategy": "bump", "packageRules": [ @@ -51,7 +51,7 @@ } ], "vulnerabilityAlerts": { - "labels": ["security"], + "labels": ["c: security"], "assignees": ["team:maintainers"] } } -- cgit v1.2.3