1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-05 18:40:57 +00:00

Merge remote-tracking branch 'forgejo/forgejo-branding' into forgejo

This commit is contained in:
Earl Warren 2023-05-16 15:03:59 +02:00
commit bf022834f9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
78 changed files with 993 additions and 229 deletions

View file

@ -549,6 +549,7 @@ var (
"user",
"v2",
"gitea-actions",
"forgejo-actions",
}
// DON'T ADD ANY NEW STUFF, WE SOLVE THIS WITH `/user/{obj}` PATHS!

View file

@ -37,9 +37,9 @@ func NewReplaceUser(name string) *User {
const (
ActionsUserID = -2
ActionsUserName = "gitea-actions"
ActionsFullName = "Gitea Actions"
ActionsEmail = "teabot@gitea.io"
ActionsUserName = "forgejo-actions"
ActionsFullName = "Forgejo Actions"
ActionsEmail = "noreply@forgejo.org"
)
// NewActionsUser creates and returns a fake user for running the actions.