fast automerge: base implementation
This commit is contained in:
parent
ae565d24ee
commit
dcbb875c46
4 changed files with 36 additions and 11 deletions
|
@ -101,6 +101,9 @@ module Project::HooksTrait
|
|||
|
||||
# Execute web hooks
|
||||
self.execute_web_hooks(oldrev, newrev, ref, user)
|
||||
|
||||
# Create repo satellite
|
||||
self.create_repo_satellite unless self.satellite_exists?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue