Enable Forgejo Actions for our Forgejo
This commit is contained in:
parent
8faf83158f
commit
4970f59052
|
@ -48,6 +48,9 @@
|
|||
repo = {
|
||||
DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls";
|
||||
};
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
FROM = "no-reply@git.hamburg.ccc.de";
|
||||
|
|
Loading…
Reference in a new issue