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
| `github-token` | ✔ | `github.token` | The GitHub token used to merge the pull-request |
90
90
| `config` | ✔ | `.github/auto-merge.yml` | Path to configuration file *(relative to root)* |
91
91
| `target` | ❌ | `patch` | The version comparison target (major, minor, patch) |
@@ -96,8 +96,8 @@ steps:
96
96
97
97
The GitHub token is a [Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the following scopes:
98
98
99
-
-`repo`for private repositories
100
-
-`public_repo`for public repositories
99
+
- `repo`for private repositories
100
+
- `public_repo`for public repositories
101
101
102
102
The token MUST be created from a user with **`push`** permission to the repository.
103
103
@@ -107,12 +107,10 @@ The token MUST be created from a user with **`push`** permission to the reposito
107
107
108
108
Using the configuration file *(specified with `config` input)*, you have the option to provide a more fine-grained configuration. The following example configuration file merges
109
109
110
-
- minor updates for `aws-sdk`
111
-
- minor development dependency updates
112
-
- patch production dependency updates
113
-
- minor security-critical production dependency updates
114
-
115
-
<!-- end list -->
110
+
- minor updates for `aws-sdk`
111
+
- minor development dependency updates
112
+
- patch production dependency updates
113
+
- minor security-critical production dependency updates
116
114
117
115
``` yaml
118
116
- match:
@@ -135,22 +133,22 @@ Using the configuration file *(specified with `config` input)*, you have the opt
0 commit comments