Skip to content

Set --embed flag by default to avoid hanging on RPC calls #34

Set --embed flag by default to avoid hanging on RPC calls

Set --embed flag by default to avoid hanging on RPC calls #34

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"