From 73344a9560323008cc0b5ef6994019e2a0354141 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 13 Jul 2021 23:56:34 +0200 Subject: [PATCH] chore: change workflow sentences (#4235) * chore: change workflow sentences * chore: improve sentence Co-authored-by: patak * chore: improve sentences Co-authored-by: Nihal Gonsalves Co-authored-by: patak Co-authored-by: Nihal Gonsalves --- .github/workflows/issue-labeled.yml | 4 ++-- .github/workflows/lock-closed-issues.yml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 3255e692c8f0dc..5cd6d5cd8740c3 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution! + Hello @${{ github.event.issue.user.login }}. We like your proposal/feedback and would appreciate a contribution via a Pull Request by you or another community member. We thank you in advance for your contribution and are looking forward to reviewing it! labels: "pending triage, need reproduction" - name: remove pending @@ -36,5 +36,5 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - Hello @${{ github.event.issue.user.login }}. Please provide a online reproduction by [codesandbox](https://codesandbox.io/) or a minimal GitHub repository. Issues labeled by `need reproduction` will be closed if no activities in 3 days. + Hello @${{ github.event.issue.user.login }}. Please provide a minimal reproduction using a GitHub repository or [codesandbox](https://codesandbox.io). Issues marked with `need reproduction` will be closed if they have no activity within 3 days. labels: "pending triage" diff --git a/.github/workflows/lock-closed-issues.yml b/.github/workflows/lock-closed-issues.yml index 1ee23d0f168206..01ecdbcec71553 100644 --- a/.github/workflows/lock-closed-issues.yml +++ b/.github/workflows/lock-closed-issues.yml @@ -15,6 +15,9 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} issue-lock-inactive-days: "14" - issue-lock-comment: "This issue gets locked because it has been closed for more than 14 days." + issue-lock-comment: | + This issue has been locked since it has been closed for more than 14 days. + + If you have found a concrete bug or regression related to it, please open a new [bug report](https://github.com/vitejs/vite/issues/new/choose) with a reproduction against the latest Vite version. If you have any other comments you should join the chat at [Vite Land](https://chat.vitejs.dev) or create a new [discussion](https://github.com/vitejs/vite/discussions). issue-lock-reason: "" process-only: "issues"