mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 21:33:05 -04:00
What previously handled by ifNeedApproval is replaced with two calls implemented in trust.go: - getPullRequestCommitAndApproval when workflows are collected and before runs are generated from them, figure out if - they need approval - they should run from the base or the head - setRunTrustForPullRequest when a pull request run is created from a detected workflow, set the information it will need for trust management |
||
|---|---|---|
| .. | ||
| github.go | ||
| github_test.go | ||
| job_parser.go | ||
| job_parser_test.go | ||
| log.go | ||
| task_state.go | ||
| task_state_test.go | ||
| workflows.go | ||
| workflows_test.go | ||