Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: auto labeler fix #49

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml → .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ labels:
'💄 style change':
- '\bstyle'
'📌 patch':
- '\bpatch'
- '\bpatch'
27 changes: 27 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
changelog:
exclude:
labels:
- ignore for release
categories:
- title: What's New Features
labels:
- 🎨 feature
- 💪 enhancement
- title: New Extension API Supported
labels:
- ⚡️ extension api
- title: Refactor
labels:
- ⚙️ refactor
- title: Breaking Changes
labels:
- 🛠 breaking change
- title: Style Changes
labels:
- 💄 style change
- title: Patch Changes
labels:
- 📌 patch
- title: Other Changes
labels:
- '*'
21 changes: 21 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- 🐞 bug
- 🎨 feature
- 🤔 help wanted
- 👨🏻‍💻 good first issue
- ⚡️ extension api
# Label to use when marking an issue as stale
staleLabel: 👾 wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
此问题已被自动标记为已过时,如果没有进一步的活动,它将被关闭。谢谢您的贡献。

This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ __metadata:
lint-staged: ^10.5.1
localforage: ^1.10.0
minimist: ^1.2.5
node-gyp: ^10.0.1
node-gyp: ^9.0.0
prettier: ^2.1.2
shelljs: ^0.8.4
signale: ^1.4.0
Expand Down