-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Issue Labeled | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
issue-labeled: | ||
if: ${{ github.repository_owner == 'wevm' }} | ||
uses: wevm/actions/.github/workflows/issue-labeled.yml@main | ||
with: | ||
needs-reproduction-body: | | ||
Hello @${{ github.event.issue.user.login }}. | ||
Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using [StackBlitz](https://new.viem.sh), [TypeScript Playground](https://www.typescriptlang.org/play) (for type issues), or a separate minimal GitHub repository. | ||
[Minimal reproductions are required](https://antfu.me/posts/why-reproductions-are-required) as they save us a lot of time reproducing your config/environment and issue, and allow us to help you faster. | ||
Once a minimal reproduction is added, a team member will confirm it works, then re-open the issue. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Lock Issue | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
lock-issue: | ||
if: ${{ github.repository_owner == 'wevm' }} | ||
uses: wevm/actions/.github/workflows/lock-issue.yml@main | ||
with: | ||
issue-comment: | | ||
This issue has been locked since it has been closed for more than 14 days. | ||
If you found a concrete bug or regression related to it, please open a new [bug report](https://github.com/wevm/viem/issues/new?template=bug_report.yml) with a reproduction against the latest Viem version. If you have any questions or comments you can create a new [discussion thread](https://github.com/wevm/viem/discussions). | ||