Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

chore(deps): update terraform cloudflare to ~> 4.25.0 #634

chore(deps): update terraform cloudflare to ~> 4.25.0

chore(deps): update terraform cloudflare to ~> 4.25.0 #634

Workflow file for this run

name: Mergable
on:
pull_request:
types:
- opened
- labeled
- unlabeled
jobs:
label:
if: contains(github.event.pull_request.labels.*.name, 'DONT MERGE')
runs-on: ubuntu-latest
steps:
- name: Fail if PR is has don't merge label
run: |
echo "This PR has a don't merge label"
exit 1