Skip to content

🌱(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 2 updates #1710

🌱(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 2 updates

🌱(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 2 updates #1710

name: Ready
on:
merge_group:
pull_request_target:
types:
- labeled
- opened
- reopened
- synchronize
- unlabeled
jobs:
hold:
if: github.event.pull_request.merged == false
runs-on: ubuntu-latest
steps:
- if: >
contains(github.event.pull_request.labels.*.name, 'hold')
run: 'false'
- if: >
!contains(github.event.pull_request.labels.*.name, 'hold')
run: 'true'