|
| 1 | +# This file is generated from athackst/ci/template/.github/ci-config.yml.jinja. |
| 2 | +# Do not edit directly; update the template instead. |
| 3 | + |
1 | 4 | name-template: "Release v$RESOLVED_VERSION" |
2 | 5 | tag-template: "v$RESOLVED_VERSION" |
3 | 6 | template-file: ".github/release_template.md" |
@@ -52,44 +55,64 @@ version-resolver: |
52 | 55 |
|
53 | 56 | labels: |
54 | 57 | breaking: |
55 | | - - head-branch: ["^major", "^breaking", "^break"] |
| 58 | + - head-branch: ["^major", "^break"] |
56 | 59 | - description: "Breaking or major-version change" |
57 | | - - color: "b91c1c" |
| 60 | + - color: "#7f1d1d" |
58 | 61 |
|
59 | | - fix: |
| 62 | + bug: |
60 | 63 | - head-branch: ['^fix', '^bug'] |
61 | 64 | - description: "Something isn't working" |
62 | | - - color: "ea580c" |
| 65 | + - color: "#d73a4a" |
63 | 66 |
|
64 | | - feature: |
| 67 | + enhancement: |
65 | 68 | - head-branch: ["^feat", "^new", "^enhance"] |
66 | 69 | - description: "New feature or request" |
67 | | - - color: "0f766e" |
68 | | - |
69 | | - documentation: |
70 | | - - changed-files: |
71 | | - - any-glob-to-any-file: "**/*.md" |
72 | | - - head-branch: ["^doc"] |
73 | | - - description: "Change to documentation" |
74 | | - - color: "65a30d" |
75 | | - |
| 70 | + - color: "#0f766e" |
| 71 | + |
76 | 72 | maintenance: |
77 | 73 | - head-branch: ['^chore', '^maint', '^noop', '^no-op', '^upkeep', '^dev'] |
| 74 | + - changed-files: |
| 75 | + - any-glob-to-any-file: [".github/**", ".vscode/**"] |
78 | 76 | - description: "Non-behavior related change" |
79 | | - - color: "7c3aed" |
| 77 | + - color: "#0ea5e9" |
80 | 78 |
|
81 | 79 | dependencies: |
82 | 80 | - head-branch: ['^deps', '^dependencies'] |
83 | 81 | - description: "Pull requests that update a dependency file" |
84 | | - - color: "2563eb" |
| 82 | + - color: "#1d4ed8" |
85 | 83 |
|
86 | | - devops: |
| 84 | + documentation: |
87 | 85 | - changed-files: |
88 | | - - any-glob-to-any-file: [".github/**", ".vscode/**"] |
89 | | - - description: "Change to development workflows" |
90 | | - - color: "0ea5e9" |
| 86 | + - any-glob-to-any-file: "**/*.md" |
| 87 | + - head-branch: ["^doc"] |
| 88 | + - description: "Improvements or additions to documentation" |
| 89 | + - color: "#64748b" |
91 | 90 |
|
92 | 91 | automerge: |
93 | | - - head-branch: ['^dependabot/', '^chore/update-ci-template$'] |
94 | | - - description: "PRs eligible for automatic merge" |
95 | | - - color: "eab308" |
| 92 | + - head-branch: ['^dependabot/', '^ci/'] |
| 93 | + - description: "Automatically merge" |
| 94 | + - color: "#eab308" |
| 95 | + |
| 96 | + good first issue: |
| 97 | + - description: "Good for newcomers" |
| 98 | + - color: "#c4b5fd" |
| 99 | + |
| 100 | + help wanted: |
| 101 | + - description: "Extra attention is needed" |
| 102 | + - color: "#db2777" |
| 103 | + |
| 104 | + question: |
| 105 | + - description: "Further information is requested" |
| 106 | + - color: "#7e22ce" |
| 107 | + |
| 108 | + duplicate: |
| 109 | + - description: "This is a duplicate" |
| 110 | + - color: "#cbd5e1" |
| 111 | + |
| 112 | + invalid: |
| 113 | + - description: "This doesn't seem right" |
| 114 | + - color: "#a3a3a3" |
| 115 | + |
| 116 | + wontfix: |
| 117 | + - description: "This will not be worked on" |
| 118 | + - color: "#78716c" |
0 commit comments