Skip to content

node:37143) electron: Failed to load URL: http://localhost:3000/#/main with error: ERR_CONNECTION_REFUSED #3

node:37143) electron: Failed to load URL: http://localhost:3000/#/main with error: ERR_CONNECTION_REFUSED

node:37143) electron: Failed to load URL: http://localhost:3000/#/main with error: ERR_CONNECTION_REFUSED #3

Workflow file for this run

name: Issue Labeled
on:
issues:
types: [labeled]
jobs:
reply-labeled:
runs-on: ubuntu-latest
steps:
- name: needs reproduction
if: github.event.label.name == 'needs reproduction'
uses: actions-cool/issues-helper@v3
with:
actions: create-comment
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository. Issues marked with `needs reproduction` will be closed if they have no activity within 7 days.