Skip to content

Commit 2ad37d4

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 78a57b3 commit 2ad37d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/flowzone.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Flowzone
2-
32
on:
43
pull_request:
54
types: [opened, synchronize, closed]
65
branches: [main, master]
76
pull_request_target:
87
types: [opened, synchronize, closed]
98
branches: [main, master]
10-
119
jobs:
1210
flowzone:
1311
name: Flowzone
@@ -16,6 +14,4 @@ jobs:
1614
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
1715
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
1816
secrets: inherit
19-
with:
20-
repo_config: true
21-
repo_description: "Balena image filesystem manipulation utilities."
17+
with: {}

0 commit comments

Comments
 (0)