Skip to content
代码片段 群组 项目
提交 ad29ab6c 编辑于 作者: Vijay Hawoldar's avatar Vijay Hawoldar
浏览文件

Adds comment warning of billing implications

Attempt to raise awareness of changes to user types/internal user types
might impact billing
上级 25822250
No related branches found
No related tags found
无相关合并请求
...@@ -42,6 +42,7 @@ module HasUserType ...@@ -42,6 +42,7 @@ module HasUserType
# `service_account` allows instance/namespaces to configure a user for external integrations/automations # `service_account` allows instance/namespaces to configure a user for external integrations/automations
# `service_user` is an internal, `gitlab-com`-specific user type for integrations like suggested reviewers # `service_user` is an internal, `gitlab-com`-specific user type for integrations like suggested reviewers
# Changes to these types might have billing implications, https://docs.gitlab.com/ee/subscriptions/gitlab_com/#billable-users
NON_INTERNAL_USER_TYPES = %w[human project_bot service_user service_account].freeze NON_INTERNAL_USER_TYPES = %w[human project_bot service_user service_account].freeze
INTERNAL_USER_TYPES = (USER_TYPES.keys - NON_INTERNAL_USER_TYPES).freeze INTERNAL_USER_TYPES = (USER_TYPES.keys - NON_INTERNAL_USER_TYPES).freeze
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册