-
Notifications
You must be signed in to change notification settings - Fork 9
Tag pushes and unauthenticated email #1
base: master
Are you sure you want to change the base?
Conversation
watch for tag pushes - @tags/tagprefix-*
Why did you close the PR? Not useful anymore? |
I failed to test it completely and found an issue with it. I'm still Mike Nestor On Sat, Jul 26, 2014 at 6:27 AM, Mišo Belica [email protected]
|
Ok then, let me ask you one question. What is advantage to use branch name after URL and And I prefer smaller commits (one feature/fix per commit) so please have it in mind when you send new PR. I can think about this as 2 fetures (anonymous mail & config file format change). Thanks :) |
Everyone wants their pull requests different. I'm not great with git but Having the branch after, I also set it up for tags too, allows for multiple So if you have limited resources and need to setup a staging/production So in my case I have @master branch and tag things when ready for staging That way I have a way to test deployments automatically before going to my Mike Nestor On Sat, Jul 26, 2014 at 10:51 AM, Mišo Belica [email protected]
|
I understand. I have private branch of this repo where config file is in JSON and I can finish it and add support for multiple branches/tags there :) What do think about that? |
That works too. I should have it all finished up Monday to submit the pull I was also starting to do some more checking so it wouldn't throw Mike Nestor On Sat, Jul 26, 2014 at 4:36 PM, Mišo Belica [email protected]
|
OK, I am waiting for it. Thanks |
https://github.com/mnestor/gitlab-webhooks I was also toying with the thought of a post-merge command. Right now I've setup a post-merge hook but that gets in the way when I'm doing stuff manually. I was thinking it would be cleaner to setup a command that would be executed here instead. |
don't try to login to smtp server if we don't have a username
watch for tag pushes