mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-04-22 21:16:57 -04:00
ActionUser is to keep track of pull requests posters that are permanently trusted. It has a used field to track when it was last used so records can be expired instead of accumulating forever. ActionRun has new fields to make it possible to look them up given either the pull request ID or the poster ID.
6 lines
97 B
YAML
6 lines
97 B
YAML
-
|
|
id: 1
|
|
repo_id: 1
|
|
user_id: 2
|
|
trusted_with_pull_requests: true
|
|
last_access: 1683636528
|