Improve the default label #104
Labels
No Label
kind
bug
kind
build
kind/compatible
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
confirmed
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
reviewed
workaround
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#104
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The recent default labels are all named like docker image tags which are easily misunderstanded by first-time users.
I have seen several times that they use ‘runs-on: ImageTag’ instead of ‘container.image:ImageTag’ when they want to use custom image.
Not all users have an experience of Github Actions, maybe we can use several different types in default labels, like:
maybe related to #69
IMO, default labels are not example labels, they should be safe to running a runner when the user have no idea what it means.
This is why I am against Add "self-hosted" to default labels.
I'll agree to provide more documents to let users understand how the labels work, like https://blog.gitea.io/2023/03/hacking-on-gitea-actions/#act-runner (maybe not obvious enough), but keep the default labels boring and safe.
TODO: #106