Skip to content

Commit c8cf437

Browse files
authored
feat(releases): Add section for GHA (#13867)
1 parent efe0f5d commit c8cf437

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ lint:
6565
- changed-files:
6666
- any-glob-to-any-file:
6767
- ruff.toml
68+
69+
gha:
70+
- changed-files:
71+
- any-glob-to-any-file:
72+
- .github/workflows

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ categories:
4343
label: 'localization'
4444
- title: '🔧 Improved code quality with linters'
4545
label: 'lint'
46+
- title: '⚙️ Improvemets of GitHub Actions'
47+
label: 'gha'
4648
- title: '🧰 Maintenance'
4749
collapse-after: 3
4850
labels:

0 commit comments

Comments
 (0)