Skip to content

Commit 5e50ad4

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 08ee29c commit 5e50ad4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/flowzone.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# .github/workflows/flowzone.yml
22
name: Flowzone
3-
43
on:
54
pull_request:
65
types: [opened, synchronize, closed]
@@ -9,7 +8,6 @@ on:
98
pull_request_target:
109
types: [opened, synchronize, closed]
1110
branches: [main, master]
12-
1311
jobs:
1412
flowzone:
1513
name: Flowzone
@@ -25,5 +23,4 @@ jobs:
2523
)
2624
secrets: inherit
2725
with:
28-
repo_config: true
2926
pseudo_terminal: true

0 commit comments

Comments
 (0)