From c95d6469a65bff3d063a84d7857ed926ce2c039b Mon Sep 17 00:00:00 2001 From: Wenjun Xu <906626481@qq.com> Date: Wed, 4 Dec 2024 13:54:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20next=20issue=20la?= =?UTF-8?q?bel=20ci=20=E8=84=9A=E6=9C=AC=20(#3012)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-labeled.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 5c3c766305..9b2b2fc58c 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -119,24 +119,25 @@ jobs: Hello, @${{ github.event.issue.user.login }}, After our repeated discussions, your needs are too customized and not suitable for implementing directly to S2. As an open source framework, S2 will only enhance general capabilities and open custom interfaces. You can implement it yourself through the customization capabilities provided by S2, thank you for your understanding. - - name: Supported or fixed in next - if: github.event.label.name == '✨ supported or fixed in next' + - name: Supported or fixed in 2.x + if: github.event.label.name == '✨ supported or fixed in 2.x' uses: actions-cool/issues-helper@main with: actions: 'create-comment' token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - 你好 @${{ github.event.issue.user.login }},该功能或缺陷已经在 `2.0 next 版本` 中支持或修复,`next` 版本目前处于内测中, 感谢你的支持与理解。 + 你好 @${{ github.event.issue.user.login }},该功能或缺陷已经在 `2.x` 版本中支持或修复,请使用 `2.x` 版本进行开发(`1.x` 版本不再维护), 感谢你的支持与理解。 - 如有任何 `2.0 版本` 问题,请前往[讨论区](https://github.com/antvis/S2/discussions/1933) 或 [查看文档](https://s2.antv.antgroup.com), 抢先试用: + 如有任何 `2.x` 版本问题,欢迎提[issue](https://github.com/antvis/S2/issues) 或 [查看文档](https://s2.antv.antgroup.com): ```bash - yarn add @antv/s2@next - yarn add @antv/s2-react@next - yarn add @antv/s2-vue@next + yarn add @antv/s2 + yarn add @antv/s2-react + yarn add @antv/s2-react-components + yarn add @antv/s2-vue ``` - Hello, @${{ github.event.issue.user.login }}, This feature or flaw has been supported or fixed in `2.0 next version`, `next` version is currently in private beta, thank you for your support and understanding. + Hello, @${{ github.event.issue.user.login }}, This feature or defect has been supported or fixed in the '2.x' version, please use the '2.x' version for development (' 1.x 'version is no longer maintained), thank you for your support and understanding. - Any `2.0` version issues, please go to [discussion](https://github.com/antvis/S2/discussions/1933), or [view docs](https://s2.antv.antgroup.com), the first trial: + Any `2.x` version issues, please go to [issue](https://github.com/antvis/S2/issues), or [view docs](https://s2.antv.antgroup.com), the first trial: