This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
docs: document updating the EVM address for validators #525
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: Required Labels | |
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@v5 | |
with: | |
mode: minimum | |
count: 1 | |
labels: "bug, chore, CI/CD, enhancement, dependencies, documentation, evm, github_actions, orchestrator, p2p, relayer, store, testing" # yamllint disable-line rule:line-length |