[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gits] How to let gitlab send email to project members notifying new push?



There’s a little magic involved. :)

Go to the “project” (repo) settings, and edit the Web Hooks. If you set this:

	http://localhost:4577/

Mail will get sent to the commits@flux list on every push. If you do:

	http://localhost:4577/?mailmembers=1

… in addition, it will get sent to members of the project individually (mostly intended for projects where we’re collaborating with people outside of Flux). Finally, this:

	http://localhost:4577/?noarchive=1

… will send mail to *just* the members of the project, and *not* the commits@flux list.

> On Oct 25, 2015, at 4:06 PM, Binh Nguyen <binh@cs.utah.edu> wrote:
> 
> Hi, as in the subject. Thanks!
> 
> Binh