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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ provider "gitlab" {
77
77
78
78
## GitLab Agents user membership
79
79
80
-
The current user used by the provider must be added as `maintainer` to the "GitLab Agents" project. This behavior by default is disable, just set the variable `var.autoassign_current_user_as_maintainer` to `true` if you want enable.
80
+
The current user used by the provider must be added as `maintainer` to the "GitLab Agents" project. By default, this behavior is disabled; just set the variable `var.autoassign_current_user_as_maintainer` to `true` if you want to enable it.
81
81
82
82
Adding the user as `maintainer` to the newly created project ensures they have the permissions to commit and push to it.
0 commit comments