Skip to content

Commit d9c3b3e

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 1e06eef commit d9c3b3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/flowzone.yml

-4
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
@@ -19,5 +17,3 @@ jobs:
1917
(github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
2018
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
2119
secrets: inherit
22-
with:
23-
repo_config: true

0 commit comments

Comments
 (0)