Skip to content

Bump faraday_middleware from 1.2.0 to 1.2.1 #12101

Bump faraday_middleware from 1.2.0 to 1.2.1

Bump faraday_middleware from 1.2.0 to 1.2.1 #12101

Workflow file for this run

name: Prevent Merges
on:
pull_request:
types: [ unlabeled, labeled, opened, synchronize , reopened]
jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'Do Not Merge' )
runs-on: ubuntu-latest
steps:
- name: Raise an Error
run: exit 1