Skip to content

Commit 51e3de3

Browse files
committed
Remove repo config from flowzone.yml
This functionality is being deprecated in Flowzone. See: product-os/flowzone#833 Change-type: patch Signed-off-by: Kyle Harding <[email protected]>
1 parent e9a854d commit 51e3de3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/flowzone.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
name: Flowzone
3-
43
on:
54
pull_request:
65
types: [opened, synchronize, closed]
76
branches: [main, master]
87
pull_request_target:
98
types: [opened, synchronize, closed]
109
branches: [main, master]
11-
1210
jobs:
1311
flowzone:
1412
name: Flowzone
@@ -17,6 +15,4 @@ jobs:
1715
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
1816
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
1917
secrets: inherit
20-
with:
21-
repo_config: true
22-
repo_description: "NodeJS native bindings to the libext2fs for cross-platform ext{2,3,4} filesystem handling."
18+
with: {}

0 commit comments

Comments
 (0)