Skip to content

Follow-up from "Enable :resource_access_token feature flag by default"

The following discussion from !39287 (merged) should be addressed:

  • @splattael started a discussion:

    Non-blocking Should we also check whether we are running on GitLab.com as well? 🤔

          return false if ::Gitlab.com?
    
          ::Feature.enabled?(:resource_access_token, resource, default_enabled: true)