From 3e0053a097a04c1d0c47139bc53787f07bfeb014 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 15:19:35 -0500 Subject: [PATCH] Remove repo config from flowzone.yml This functionality is being deprecated in Flowzone. See: https://github.com/product-os/flowzone/pull/833 Change-type: patch Signed-off-by: Kyle Harding --- .github/workflows/flowzone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 9c5accd..18d4871 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,5 +1,4 @@ name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -7,7 +6,6 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone @@ -16,6 +14,4 @@ jobs: (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target') uses: product-os/flowzone/.github/workflows/flowzone.yml@master secrets: inherit - with: - repo_config: true - repo_description: "Balena image filesystem manipulation utilities." + with: {}