Skip to content

chore(deps): bump github.com/ethereum/go-ethereum from 1.14.11 to 1.14.13 #6

chore(deps): bump github.com/ethereum/go-ethereum from 1.14.11 to 1.14.13

chore(deps): bump github.com/ethereum/go-ethereum from 1.14.11 to 1.14.13 #6

Workflow file for this run

name: label issues and PRs
on:
- pull_request
- issues
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: run labeler
uses: srvaroa/labeler@master
with:
config_path: .github/labeler.yaml
use_local_config: false
fail_on_error: false
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"