Skip to content

Commit da0744b

Browse files
authored
chore: auto labeler fix (#49)
1 parent 9c7756c commit da0744b

4 files changed

Lines changed: 50 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ labels:
88
'💄 style change':
99
- '\bstyle'
1010
'📌 patch':
11-
- '\bpatch'
11+
- '\bpatch'

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
- '*'

.github/stale.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)