Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.grenrc.yml - github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77dd7553209e7634b0c70f266f3f935ec36d9b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
  dataSource: "prs"
  ignoreLabels:
    - "Apple M1"
    - "duplicate"
    - "help wanted"
    - "invalid"
    - "question"
    - "wontfix"
  onlyMilestones: false
  groupBy:
    "API Change":
      - "API Change"
    "New features / Enhancements":
      - "enhancement"
      - "internal"
    "Bug Fixes":
      - "bug"
    "Misc":
      - "misc"
  changelogFilename: "CHANGELOG.md"