From 44fe7f208268e4f95ef41a120a10a38ed374beb8 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 14:16:59 -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, 6 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 0883217c184..3653da56bcb 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 @@ -23,8 +21,4 @@ jobs: tests_run_on: '["ubuntu-20.04","macos-latest","windows-2019"]' restrict_custom_actions: false github_prerelease: true - repo_config: true - repo_description: "Flash OS images to SD cards & USB drives, safely and easily." - repo_homepage: https://etcher.io/ - repo_enable_wiki: true cloudflare_website: "etcher"