diff options
| author | Shinigami <[email protected]> | 2022-03-15 21:03:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-15 21:03:30 +0100 |
| commit | f0ed4721026f998194eee679680ca03bba8aae4a (patch) | |
| tree | 442ce06c5c711cf515580a04131e6135803cf3b6 /.github | |
| parent | ad1509a81e3c679b4ad8fffc871f60cd9a922b19 (diff) | |
| download | faker-f0ed4721026f998194eee679680ca03bba8aae4a.tar.xz faker-f0ed4721026f998194eee679680ca03bba8aae4a.zip | |
chore: update automated labels (#621)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 | ||||
| -rw-r--r-- | .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"] } } |
