Skip to content

Commit 5abf0c6

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 6e677be commit 5abf0c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/flowzone.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Flowzone
2-
32
on:
43
pull_request:
54
types: [opened, synchronize, closed]
@@ -8,7 +7,6 @@ on:
87
pull_request_target:
98
types: [opened, synchronize, closed]
109
branches: [main, master]
11-
1210
jobs:
1311
flowzone:
1412
name: Flowzone
@@ -23,6 +21,3 @@ jobs:
2321
github.event_name == 'pull_request_target'
2422
)
2523
secrets: inherit
26-
with:
27-
repo_config: true
28-
repo_description: "Project for scheduling Balena's engineers for customer support"

0 commit comments

Comments
 (0)