Skip to content

Commit e6aefa9

Browse files
authored
ci(labeler): add .vscode and .cursor to labeler [AR-48502] (#171)
1 parent 3407a57 commit e6aefa9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/labeler-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ ci:
22
- changed-files:
33
- any-glob-to-any-file: '.github/**'
44

5+
cursor:
6+
- changed-files:
7+
- any-glob-to-any-file: '.cursor/**'
8+
59
tooling:
610
- changed-files:
711
- any-glob-to-any-file:
@@ -22,6 +26,7 @@ tooling:
2226
- '**/.gitignore'
2327
- '.changeset/config.json'
2428
- '.husky/**'
29+
- '.vscode/**'
2530
- 'pnpm-workspace.yaml'
2631
- 'turbo.json'
2732

0 commit comments

Comments
 (0)