{{ define "page" -}}
{{ template "repo-settings-nav" . }}

Actions settings

{{ with .Notice }}

{{ . }}

{{ end }} {{ with .Error }}{{ end }}

Actions policy

Effective policy

Actions{{ if .Policy.EffectiveActionsEnabled }}enabled{{ else }}disabled{{ end }}
Pull request approval{{ if .Policy.EffectiveRequirePRApproval }}required{{ else }}not required{{ end }}
Queued runs per repository{{ .Policy.EffectiveMaxRepoQueuedRuns }}
Concurrent jobs per repository{{ .Policy.EffectiveMaxRepoConcurrent }}
Concurrent jobs per owner{{ .Policy.EffectiveMaxOwnerConcurrent }}
Triggers per actor per hour{{ .Policy.EffectiveActorHourlyLimit }}
{{- end }}