Skip to content

Commit

Permalink
chore: change workflow sentences (#4235)
Browse files Browse the repository at this point in the history
* chore: change workflow sentences

* chore: improve sentence

Co-authored-by: patak <matias.capeletto@gmail.com>

* chore: improve sentences

Co-authored-by: Nihal Gonsalves <nihal@nihalgonsalves.com>

Co-authored-by: patak <matias.capeletto@gmail.com>
Co-authored-by: Nihal Gonsalves <nihal@nihalgonsalves.com>
  • Loading branch information
3 people committed Jul 13, 2021
1 parent 1c994f8 commit 73344a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-labeled.yml
Expand Up @@ -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
Expand All @@ -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"
5 changes: 4 additions & 1 deletion .github/workflows/lock-closed-issues.yml
Expand Up @@ -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"

0 comments on commit 73344a9

Please sign in to comment.