mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-24 14:25:37 +02:00
Update models/actions/status.go
Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
9b0203bcc1
commit
2917057b00
@ -62,6 +62,7 @@ func (s Status) IsRunning() bool {
|
||||
return s == StatusRunning
|
||||
}
|
||||
|
||||
// In returns whether s is one of the given statuses
|
||||
func (s Status) In(statuses ...Status) bool {
|
||||
for _, v := range statuses {
|
||||
if s == v {
|
||||
|
Loading…
x
Reference in New Issue
Block a user