We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0f5d commit c8cf437Copy full SHA for c8cf437
2 files changed
.github/labeler.yml
@@ -65,3 +65,8 @@ lint:
65
- changed-files:
66
- any-glob-to-any-file:
67
- ruff.toml
68
+
69
+gha:
70
+ - changed-files:
71
+ - any-glob-to-any-file:
72
+ - .github/workflows
.github/release-drafter.yml
@@ -43,6 +43,8 @@ categories:
43
label: 'localization'
44
- title: '🔧 Improved code quality with linters'
45
label: 'lint'
46
+ - title: '⚙️ Improvemets of GitHub Actions'
47
+ label: 'gha'
48
- title: '🧰 Maintenance'
49
collapse-after: 3
50
labels:
0 commit comments