feat: add new constants for repository actions #643

Merged
lunny merged 1 commits from actions into main 2023-12-17 04:36:39 +00:00

View File

@ -45,6 +45,8 @@ const (
RepoUnitProjects RepoUnitType = "repo.projects"
// RepoUnitPackages represents packages of a repository
RepoUnitPackages RepoUnitType = "repo.packages"
// RepoUnitActions represents actions of a repository
RepoUnitActions RepoUnitType = "repo.actions"
)
// ListTeamsOptions options for listing teams