[BRANDING] reserve forgejo-actions username
This commit is contained in:
		
							parent
							
								
									4608c57688
								
							
						
					
					
						commit
						2a25be788b
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -597,6 +597,7 @@ var (
 | 
			
		|||
		"user",
 | 
			
		||||
		"v2",
 | 
			
		||||
		"gitea-actions",
 | 
			
		||||
		"forgejo-actions",
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	reservedUserPatterns = []string{"*.keys", "*.gpg", "*.rss", "*.atom"}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue