Skip to content

Commit d1eda2e

Browse files
committed
fix: correct label mapping by changing 'doc' to 'docs' for consistency
1 parent 12f5fb0 commit d1eda2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
'feat': 'feature',
3131
'feature': 'feature',
3232
'improvement': 'enhancement',
33-
'doc': 'documentation',
33+
'docs': 'documentation',
3434
'readme': 'documentation',
3535
'chore': 'chore',
3636
'bump': 'dependencies',

0 commit comments

Comments
 (0)