You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo This single commit has came from a merged commit. We will ignore it. This case is handled in autoSyncMergedPullRequest workflow for merge commits comming from merged pull requests only! Beware, the regular merge commits are not handled by any workflow for the moment.
15
+
autoSyncSingleCommit:
16
+
if: github.event.commits[1] == null
17
+
runs-on: ubuntu-latest
18
+
steps:
19
+
- uses: actions/checkout@v3
20
+
- name: autoSyncSingleCommit
21
+
env:
22
+
GITHUB_CONTEXT: ${{ toJSON(github) }}
23
+
run: |
24
+
echo Autosync a single commit with id: ${{ github.sha }} from openSource main branch towards cloud hosted version.
Copy file name to clipboardexpand all lines: LICENSE.md
-16
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,6 @@
2
2
Version 2.0, January 2004
3
3
http://www.apache.org/licenses/
4
4
5
-
Flowise is governed by the Apache License 2.0, with additional terms and conditions outlined below:
6
-
7
-
Flowise can be used for commercial purposes for "backend-as-a-service" for your applications or as a development platform for enterprises. However, under specific conditions, you must reach out to the project's administrators to secure a commercial license:
8
-
9
-
a. Multi-tenant SaaS service: Unless you have explicit written authorization from Flowise, you may not utilize the Flowise source code to operate a multi-tenant SaaS service that closely resembles the Flowise cloud-based services.
10
-
b. Logo and copyright information: While using Flowise in commercial application, you are prohibited from removing or altering the LOGO or copyright information displayed in the Flowise console and UI.
11
-
12
-
For inquiries regarding licensing matters, please contact hello@flowiseai.com via email.
13
-
14
-
Contributors are required to consent to the following terms related to their contributed code:
15
-
16
-
a. The project maintainers have the authority to modify the open-source agreement to be more stringent or lenient.
17
-
b. Contributed code can be used for commercial purposes, including Flowise's cloud-based services.
18
-
19
-
All other rights and restrictions are in accordance with the Apache License 2.0.
20
-
21
5
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
0 commit comments