Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • devo
  • news-flash
  • extra-impls
4 results

emailonpush.html

Blame
  • emailonpush.html 1.13 KiB
    title: FAQ - E-mail on push
    ---
        <main>
          <article>
    	<h2>Common-Lisp.net FAQ: E-mail on push</h2>
    
    	<p>In case you want to configure an e-mail to be sent by
    	  GitLab upon project members pushing commits to a project,
    	  go through the steps below to configure your project.
    	  Additionally, you'll need to configure the commits mailing
    	  list of your project to accept mail from gitlab at common-lisp.net.</p>
    	<ul>
    	  <li>Go to the project page (picture 1)</li>
    	  <li>Go to the project's settings (picture 2)</li>
    	  <li>Go to the project's settings services (picture 3)</li>
    	  <li>Configure the "Email on Push" service as shown in picture 4</li>
    	</ul>
    
    	<p>Unfortunately, it's not possible to configure the e-mail on push
    	  service through GitLab's web API, meaning that bulk or mass
    	  configuration isn't possible for the site admins at this point.
    	</p>
    
    	<img src="/static/imgs/gitlab-project.png">
    	<hr>
    	<img src="/static/imgs/gitlab-project-settings.png">
    	<hr>
    	<img src="/static/imgs/gitlab-project-settings-services.png">
    	<hr>
    	<img src="/static/imgs/gitlab-project-settings-services-emailonpush.png">
    
          </article>
    
    
        </main>