Skip to content

[Bug]: can't connect to a node over https #7

[Bug]: can't connect to a node over https

[Bug]: can't connect to a node over https #7

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.3
if: join(github.event.issue.labels) == ''
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue_labeler.yml
enable-versioned-regex: 0