File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 ' 💄 style change ' :
99 - ' \bstyle'
1010 ' 📌 patch ' :
11- - ' \bpatch'
11+ - ' \bpatch'
Original file line number Diff line number Diff line change 1+ changelog :
2+ exclude :
3+ labels :
4+ - ignore for release
5+ categories :
6+ - title : What's New Features
7+ labels :
8+ - 🎨 feature
9+ - 💪 enhancement
10+ - title : New Extension API Supported
11+ labels :
12+ - ⚡️ extension api
13+ - title : Refactor
14+ labels :
15+ - ⚙️ refactor
16+ - title : Breaking Changes
17+ labels :
18+ - 🛠 breaking change
19+ - title : Style Changes
20+ labels :
21+ - 💄 style change
22+ - title : Patch Changes
23+ labels :
24+ - 📌 patch
25+ - title : Other Changes
26+ labels :
27+ - ' *'
Original file line number Diff line number Diff line change 1+ # Number of days of inactivity before an issue becomes stale
2+ daysUntilStale : 60
3+ # Number of days of inactivity before a stale issue is closed
4+ daysUntilClose : 7
5+ # Issues with these labels will never be considered stale
6+ exemptLabels :
7+ - 🐞 bug
8+ - 🎨 feature
9+ - 🤔 help wanted
10+ - 👨🏻💻 good first issue
11+ - ⚡️ extension api
12+ # Label to use when marking an issue as stale
13+ staleLabel : 👾 wontfix
14+ # Comment to post when marking an issue as stale. Set to `false` to disable
15+ markComment : >
16+ 此问题已被自动标记为已过时,如果没有进一步的活动,它将被关闭。谢谢您的贡献。
17+
18+ This issue has been automatically marked as stale because it has not had
19+ recent activity. It will be closed if no further activity occurs. Thank you
20+ for your contributions.
21+ # Comment to post when closing a stale issue. Set to `false` to disable
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ __metadata:
499499 lint-staged: ^10.5.1
500500 localforage: ^1.10.0
501501 minimist: ^1.2.5
502- node-gyp: ^10 .0.1
502+ node-gyp: ^9 .0.0
503503 prettier: ^2.1.2
504504 shelljs: ^0.8.4
505505 signale: ^1.4.0
You can’t perform that action at this time.
0 commit comments