Skip to content

Commit 73344a9

Browse files
Shinigami92patak-devnihalgonsalves
authored
chore: change workflow sentences (vitejs#4235)
* chore: change workflow sentences * chore: improve sentence Co-authored-by: patak <[email protected]> * chore: improve sentences Co-authored-by: Nihal Gonsalves <[email protected]> Co-authored-by: patak <[email protected]> Co-authored-by: Nihal Gonsalves <[email protected]>
1 parent 1c994f8 commit 73344a9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/issue-labeled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
issue-number: ${{ github.event.issue.number }}
1818
body: |
19-
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!
19+
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!
2020
labels: "pending triage, need reproduction"
2121

2222
- name: remove pending
@@ -36,5 +36,5 @@ jobs:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
issue-number: ${{ github.event.issue.number }}
3838
body: |
39-
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.
39+
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.
4040
labels: "pending triage"

.github/workflows/lock-closed-issues.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
issue-lock-inactive-days: "14"
18-
issue-lock-comment: "This issue gets locked because it has been closed for more than 14 days."
18+
issue-lock-comment: |
19+
This issue has been locked since it has been closed for more than 14 days.
20+
21+
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).
1922
issue-lock-reason: ""
2023
process-only: "issues"

0 commit comments

Comments
 (0)