summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers/_content.html.haml
blob: ea32eac2ae2f28a3bab7cb04bba839837835e6fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%h4.prepend-top-0
  Triggers
%p.prepend-top-20
  Triggers can force a specific branch or tag to get rebuilt with an API call.  These tokens will
  impersonate their associated user including their access to projects and their project
  permissions.
%p.prepend-top-20
  Triggers with the
  %span.label.label-primary legacy
  label do not have an associated user and only have access to the current project.
%p.append-bottom-0
  = succeed '.' do
    Learn more in the
    = link_to 'triggers documentation', help_page_path('ci/triggers/README'), target: '_blank'