Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
5586a705
Commit
5586a705
authored
Nov 17, 2020
by
Stephan Großberndt
Browse files
[TASK] Add slackbot.typo3.dev and slackbot.typo3.org, remove stage.t3bot.de
https://github.com/NeoBlack/T3Bot/issues/16
parent
f42415ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/hooks/change-merged.d/t3bot.de.phpsh
View file @
5586a705
...
...
@@ -16,8 +16,9 @@ $args['message'] = getCommitMessage($args['project'], $args['commit']);
$args
[
'token'
]
=
getenv
(
'HOOK_TOKEN_t3bot'
);
$urls
=
[
'https://stage.t3bot.de/hooks/gerrit/?action='
.
$args
[
'action'
],
'https://www.t3bot.de/hooks/gerrit/?action='
.
$args
[
'action'
],
'https://slackbot.typo3.dev/hooks/gerrit/?action='
.
$args
[
'action'
],
'https://slackbot.typo3.org/hooks/gerrit/?action='
.
$args
[
'action'
],
];
$options
=
[
...
...
assets/hooks/patchset-created.d/t3bot.de.phpsh
View file @
5586a705
...
...
@@ -16,8 +16,9 @@ $args['message'] = getCommitMessage($args['project'], $args['commit']);
$args
[
'token'
]
=
getenv
(
'HOOK_TOKEN_t3bot'
);
$urls
=
[
'https://stage.t3bot.de/hooks/gerrit/?action='
.
$args
[
'action'
],
'https://www.t3bot.de/hooks/gerrit/?action='
.
$args
[
'action'
],
'https://slackbot.typo3.dev/hooks/gerrit/?action='
.
$args
[
'action'
],
'https://slackbot.typo3.org/hooks/gerrit/?action='
.
$args
[
'action'
],
];
$options
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment