Skip to content

Commit 91bf9fc

Browse files
committed
feat: add GitHub labeler config and update environment variables with secure defaults
1 parent 0d9264e commit 91bf9fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ docs:
55
- '**/*.md'
66
- all-globs-to-all-files:
77
- '!frontend/**'
8+
- '!frontend-nextjs/**'
89
- '!backend/**'
910
- '!.github/**'
1011
- '!scripts/**'
@@ -22,4 +23,5 @@ internal:
2223
- all-globs-to-all-files:
2324
- '!./**/*.md'
2425
- '!frontend/**'
26+
- '!frontend-nextjs/**'
2527
- '!backend/**'

0 commit comments

Comments
 (0)