We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e9e6c commit 2835b2eCopy full SHA for 2835b2e
.github/labeler.yml
@@ -60,3 +60,8 @@ localization:
60
- any-glob-to-any-file:
61
- dojo/locale/*
62
- dojo/locale/**/*
63
+
64
+lint:
65
+ - changed-files:
66
+ - any-glob-to-any-file:
67
+ - ruff.toml
.github/release-drafter.yml
@@ -41,6 +41,8 @@ categories:
41
label: 'ui'
42
- title: '🗣 Updates in localization'
43
label: 'localization'
44
+ - title: '🔧 Improved code quality with linters'
45
+ label: 'lint'
46
- title: '🧰 Maintenance'
47
collapse-after: 3
48
labels:
0 commit comments