From fa55e1a19af9c7c45d8af81b31649ef9b5648bc0 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 18:16:21 -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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 2cfd553..2fc4a12 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,5 +1,4 @@ name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -8,7 +7,6 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone @@ -22,5 +20,3 @@ jobs: with: tests_run_on: '["ubuntu-latest","macos-latest","windows-2019"]' restrict_custom_actions: false - repo_config: true - repo_description: "List all connected drives in your computer, in all major operating systems"