Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Dec 5, 2023
1 parent 14939a3 commit 2c5f8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ infrastructure:
next:
- changed-files:
- any-glob-to-any-file: ['.next/**', '*.config.js', '*.config.ts', 'tsconfig.json']
vscode:
- changed-files:
- any-glob-to-any-file: '.vscode/*'
ci:
- changed-files:
- any-glob-to-any-file: ['.github/workflows/*.yml', '.github/dependabot.yml']
vscode:
- changed-files:
- any-glob-to-any-file: '.vscode/*'
enhancement:
- head-branch: ['^feature', 'feature', '^enhancement', 'enhancement']

0 comments on commit 2c5f8e5

Please sign in to comment.