We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.vscode
.cursor
1 parent 3407a57 commit e6aefa9Copy full SHA for e6aefa9
1 file changed
.github/labeler-config.yml
@@ -2,6 +2,10 @@ ci:
2
- changed-files:
3
- any-glob-to-any-file: '.github/**'
4
5
+cursor:
6
+ - changed-files:
7
+ - any-glob-to-any-file: '.cursor/**'
8
+
9
tooling:
10
11
- any-glob-to-any-file:
@@ -22,6 +26,7 @@ tooling:
22
26
- '**/.gitignore'
23
27
- '.changeset/config.json'
24
28
- '.husky/**'
29
+ - '.vscode/**'
25
30
- 'pnpm-workspace.yaml'
31
- 'turbo.json'
32
0 commit comments