mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Remove WIP tags
Signed-off-by: Alex Lau(AvengerMoJo) <avengermojo@gmail.com>
This commit is contained in:
parent
20577738ab
commit
d2778302cf
@ -1,8 +1,6 @@
|
||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// WIP RequireAction
|
||||
|
||||
package actions
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// WIP RequireAction
|
||||
|
||||
package setting
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// WIP RequireAction
|
||||
|
||||
package setting
|
||||
|
||||
import (
|
||||
@ -17,7 +15,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// let start with org WIP
|
||||
tplOrgRequireAction base.TplName = "org/settings/actions"
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// WIP RequireAction
|
||||
|
||||
package actions
|
||||
|
||||
import (
|
||||
|
@ -458,7 +458,6 @@ func registerRoutes(m *web.Router) {
|
||||
})
|
||||
}
|
||||
|
||||
// WIP RequireAction
|
||||
addSettingsRequireActionRoutes := func() {
|
||||
m.Group("/require_action", func() {
|
||||
m.Get("", repo_setting.RequireAction)
|
||||
|
@ -340,7 +340,6 @@ type EditVariableForm struct {
|
||||
Data string `binding:"Required;MaxSize(65535)"`
|
||||
}
|
||||
|
||||
// WIP RequireAction create form
|
||||
type RequireActionForm struct {
|
||||
RepoName string `binding:"Required;MaxSize(255)"`
|
||||
WorkflowName string `binding:"Required;MaxSize(255)"`
|
||||
|
Loading…
Reference in New Issue
Block a user