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
This action will automatically merge your master branch into your dev branch and your release branch into your master branch through the creation of pull requests that will be automatically merged, if possible.
4
+
This action will automatically merge your `master` branch into `dev`and `release`into `master` through the creation of pull requests that will be automatically merged, if possible.
5
5
Those pull requests will be identified by a label named `gitflow` as default.
6
6
7
7
## Setting up
@@ -11,8 +11,8 @@ Create a file named `.github/workflows/gitflow.yml`.
11
11
```yml
12
12
name: Gitflow
13
13
on:
14
-
- push # To create pull requests
15
-
- pull_request # To merge pull requests if not possible during the push run
14
+
- push # To create pull requests.
15
+
- pull_request # To merge pull requests if not possible during the push run. Remove if `auto-merge` is `false`.
0 commit comments