Skip to content

feat(on-ramp): upgrade on-ramp-sdk to v1.22.0 with abort controller support #3481

feat(on-ramp): upgrade on-ramp-sdk to v1.22.0 with abort controller support

feat(on-ramp): upgrade on-ramp-sdk to v1.22.0 with abort controller support #3481

Workflow file for this run

# Fails the pull request if it has the "DO-NOT-MERGE" label
name: ci / check all branches
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
do-not-merge:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'DONOTMERGE') }}
steps:
- name: 'Check for label "DONOTMERGE"'
run: |
echo 'This check fails PRs with the "DONOTMERGE" label to block merging'
exit 1