Skip to content

[NIT-1168] Metrics for total gas used for eth_call and total gas used for eth_estimateGas #37

[NIT-1168] Metrics for total gas used for eth_call and total gas used for eth_estimateGas

[NIT-1168] Metrics for total gas used for eth_call and total gas used for eth_estimateGas #37

Workflow file for this run

name: Merge Checks
on:
pull_request:
branches: [ master ]
types: [synchronize, opened, reopened, labeled, unlabeled]
jobs:
design-approved-check:
if: ${{ !contains(github.event.*.labels.*.name, 'design-approved') }}
name: Design Approved Check
runs-on: ubuntu-latest
steps:
- name: Check for design-approved label
run: |
echo "Pull request is missing the 'design-approved' label"
echo "This workflow fails so that the pull request cannot be merged"
exit 1