Skip to content

Update all non-major dependencies (patch) #2429

Update all non-major dependencies (patch)

Update all non-major dependencies (patch) #2429

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@5a41901449a4f84e66f7e64bba7d60a84ca514be # v17.4.37
if: |
(
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)
secrets:
FLOWZONE_TOKEN: ${{ secrets.ACCESS_TOKEN }}