Commit 62a8723a authored by Evan Read's avatar Evan Read

Merge branch '208238-aqualls-rewrite' into 'master'

Docs: restore nuanced phrasing with commas

Closes #208238

See merge request gitlab-org/gitlab!26200
parents 7285e02f 9ee48b90
...@@ -6,9 +6,14 @@ Issues are the fundamental medium for collaborating on ideas and planning work i ...@@ -6,9 +6,14 @@ Issues are the fundamental medium for collaborating on ideas and planning work i
The GitLab issue tracker is an advanced tool for collaboratively developing ideas, solving problems, and planning work. The GitLab issue tracker is an advanced tool for collaboratively developing ideas, solving problems, and planning work.
Issues can allow you and your team to share and discuss proposals Issues can allow sharing and discussion of proposals before, and during,
before, and during, their implementation. However, they can be used for a variety of their implementation between:
other purposes, customized to your needs and workflow.
- You and your team.
- Outside collaborators.
They can also be used for a variety of other purposes, customized to your
needs and workflow.
Issues are always associated with a specific project, but if you have multiple projects in a group, Issues are always associated with a specific project, but if you have multiple projects in a group,
you can also view all the issues collectively at the group level. you can also view all the issues collectively at the group level.
......
...@@ -116,12 +116,17 @@ The next time a pipeline is scheduled, your credentials will be used. ...@@ -116,12 +116,17 @@ The next time a pipeline is scheduled, your credentials will be used.
![Schedules list](img/pipeline_schedules_ownership.png) ![Schedules list](img/pipeline_schedules_ownership.png)
NOTE: **Note:** If the owner of a pipeline schedule doesn't have the ability to create
If the owner of a pipeline schedule doesn't have the ability to create pipelines pipelines on the target branch, the schedule will stop creating new
on the target branch, the schedule will stop creating new pipelines. This can pipelines.
happen if the owner is blocked or removed from the project, or
the target branch or tag is protected. In this case, someone with sufficient This can happen if, for example:
privileges must take ownership of the schedule.
- The owner is blocked or removed from the project.
- The target branch or tag is protected.
In this case, someone with sufficient privileges must take ownership of the
schedule.
<!-- ## Troubleshooting <!-- ## Troubleshooting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment