Skip to content

Bump wrangler from 3.73.0 to 3.78.12 in the npm-dependencies group #117

Bump wrangler from 3.73.0 to 3.78.12 in the npm-dependencies group

Bump wrangler from 3.73.0 to 3.78.12 in the npm-dependencies group #117

Workflow file for this run

# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/unlock-on-merge.md
name: Unlock On Merge
on:
pull_request:
types: [closed]
permissions:
contents: write
jobs:
unlock-on-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: unlock on merge
uses: github/[email protected]
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
environment_targets: production,development