You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/actions/run.go
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ type ActionRun struct {
37
37
TriggerUser*user_model.User`xorm:"-"`
38
38
ScheduleIDint64
39
39
Refstring`xorm:"index"`// the commit/tag/… that caused the run
40
+
IsRefDeletedbool`xorm:"-"`
40
41
CommitSHAstring
41
42
IsForkPullRequestbool// If this is triggered by a PR from a forked repository or an untrusted user, we need to check if it is approved and limit permissions when running the workflow.
42
43
NeedApprovalbool// may need approval if it's a fork pull request
0 commit comments