Skip to content

feat: 'experimental_connect' restore address/credentialId from storage #1

feat: 'experimental_connect' restore address/credentialId from storage

feat: 'experimental_connect' restore address/credentialId from storage #1

Workflow file for this run

name: Issue Labeled
on:
issues:
types: [labeled]
jobs:
issue-labeled:

Check failure on line 8 in .github/workflows/issue-labeled.yml

View workflow run for this annotation

GitHub Actions / Issue Labeled

Invalid workflow file

The workflow is not valid. .github/workflows/issue-labeled.yml (Line: 8, Col: 3): Error calling workflow 'wevm/actions/.github/workflows/issue-labeled.yml@main'. The workflow is requesting 'issues: write', but is only allowed 'issues: none'.
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://stackblitz.com), [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.