Bump wrangler from 3.73.0 to 3.78.12 in the npm-dependencies group #117
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |