Skip to content

Commit a457ca2

Browse files
committed
Set up flowzone
1 parent 3735aec commit a457ca2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/flowzone.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Flowzone
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches: [main, master]
7+
pull_request_target:
8+
types: [opened, synchronize, closed]
9+
branches: [main, master]
10+
11+
jobs:
12+
flowzone:
13+
name: Flowzone
14+
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
15+
if: |
16+
(github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
17+
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
18+
secrets: inherit

0 commit comments

Comments
 (0)