Merge branch 'rebase-forgejo-branding' into wip-forgejo

This commit is contained in:
Earl Warren 2024-02-05 18:58:18 +01:00
commit d7e1854884
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
138 changed files with 1367 additions and 332 deletions

View file

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

View file

@ -43,9 +43,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.