Skip to content

Commit ca1b391

Browse files
authored
Merge pull request #18 from gofiber/codex/2025-11-24-11-51-16
2 parents 7d59584 + 4c15c03 commit ca1b391

13 files changed

Lines changed: 8777 additions & 6363 deletions

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ labels:
104104

105105
checks:
106106
- context: 'Semantic Pull Request'
107-
url: 'https://github.com/fuxingloh/multi-labeler/blob/main/.github/labeler.yml'
107+
url: 'https://github.com/gofiber/multi-labeler/blob/main/.github/labeler.yml'
108108
description:
109109
success: Ready for review & merge.
110110
failure: Missing semantic label for merge.
@@ -116,7 +116,7 @@ checks:
116116
- docs
117117

118118
- context: 'Do Not Merge'
119-
url: 'https://github.com/fuxingloh/multi-labeler/blob/main/.github/labeler.yml'
119+
url: 'https://github.com/gofiber/multi-labeler/blob/main/.github/labeler.yml'
120120
description: "Disable merging when 'DO NOT MERGE' label is set"
121121
labels:
122122
none:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Thumbs.db
9797
# Ignore built ts files
9898
__tests__/runner/*
9999
lib/**/*
100+
dist/**/*
101+
dist
100102

101103
# IntelliJ
102104
.idea/*

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ lib/
33
node_modules/
44
__tests__/fixtures/invalid/malformed-escaping.yml
55
__tests__/fixtures/invalid/malformed-indent.yml
6+
package*.json

0 commit comments

Comments
 (0)