diff --git a/.github/workflows/labeler.yml b/.github/labeler.yml similarity index 91% rename from .github/workflows/labeler.yml rename to .github/labeler.yml index f4b02e10..1b42db8a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/labeler.yml @@ -8,4 +8,4 @@ labels: '💄 style change': - '\bstyle' '📌 patch': - - '\bpatch' \ No newline at end of file + - '\bpatch' diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..baa6c82b --- /dev/null +++ b/.github/release.yml @@ -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: + - '*' diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..0a8c0197 --- /dev/null +++ b/.github/stale.yml @@ -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 \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 44bf1b3b..35b0ac12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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