Skip to content

Better Interchange bounds and GP Coin barters #386

Better Interchange bounds and GP Coin barters

Better Interchange bounds and GP Coin barters #386

Workflow file for this run

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