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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ type ActionRun struct {
36
36
TriggerUser*user_model.User`xorm:"-"`
37
37
ScheduleIDint64
38
38
Refstring`xorm:"index"`// the commit/tag/… that caused the run
39
+
IsRefDeletedbool`xorm:"-"`
39
40
CommitSHAstring
40
41
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.
41
42
NeedApprovalbool// may need approval if it's a fork pull request
0 commit comments