{{ define "page" -}}
{{ . }}
{{ end }} {{ with .Error }}{{ . }}
{{ end }}| 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 }} |