From 741709b68f325c984345486f7acd291f3e7a85c0 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 14:19:23 -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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 00d1371..aacf84e 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,6 +1,5 @@ # .github/workflows/flowzone.yml name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -9,7 +8,6 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone @@ -25,5 +23,4 @@ jobs: ) secrets: inherit with: - repo_config: true pseudo_terminal: true