Skip to content

Commit 1e7b287

Browse files
EMaherCopilot
andcommitted
feat: add documentation → type:documentation label migration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8e79191 commit 1e7b287

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/issue-labels-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ jobs:
165165
const MIGRATIONS = [
166166
{ from: 'bug', to: 'type:bug' },
167167
{ from: 'question', to: 'type:question' },
168-
{ from: 'enhancement', to: 'type:enhancement' }
168+
{ from: 'enhancement', to: 'type:enhancement' },
169+
{ from: 'documentation', to: 'type:documentation' }
169170
];
170171
171172
for (const { from, to } of MIGRATIONS) {

0 commit comments

Comments
 (0)