Bump services/cctp-relayer/external/evm-cctp-contracts from 817397d
to 377c9bd
#13284
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
# fail if certain labels are present | |
name: Label Statuses | |
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
# fail if certain labels are present | |
label-statuses: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: master | |
- uses: mheap/github-action-required-labels@v2 | |
with: | |
mode: exactly | |
count: 0 | |
labels: 'do not merge' | |
- uses: mheap/github-action-required-labels@v2 | |
with: | |
mode: exactly | |
count: 0 | |
labels: 'needs go generate' |