From a10dadc7cf4a86ed2854e68a3981f2875936716d Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 15:20:57 -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 18c22bf..427e56d 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: '["windows-2019"]' restrict_custom_actions: false - repo_config: true - repo_description: "A Windows Node.js native add-on to associate USB devices to the generic WinUSB driver"