fix: owners

This commit is contained in:
Jason Song 2023-03-30 11:43:38 +08:00
parent f9d1fe8235
commit 9f86dec2aa
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -414,7 +414,7 @@ Currently, the act runner attempts to match everyone in the labels and uses the
![labels](/demos/hacking-actions/labels.png)
Agent labels are reported to the Gitea instance by the runner during registration.
Custom labels, on the other hand, are added manually by a Gitea admin/<!-- TODO: Repo owners as well? -->.
Custom labels, on the other hand, are added manually by a Gitea administrator or owners of the organization or repository (depending on the level of the runner).
However, the design here needs improvement, as it currently has some rough edges.
You can add a custom label such as `centos` to a registered runner, which means the runner will receive jobs with `runs-on: centos`.