Bump github.com/onflow/flow-evm-gateway from 0.36.5-0.20241005010031-1f3f5439d553 to 0.37.0 #6379
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependent Issues | |
on: | |
issues: | |
types: | |
- opened | |
- edited | |
- closed | |
- reopened | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- closed | |
- reopened | |
- synchronize | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: z0al/dependent-issues@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
label: dependent | |
comment: > | |
This PR/issue depends on: | |
{{ dependencies }} | |
By **[Dependent Issues](https://github.com/z0al/dependent-issues)** (🤖). |