Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « merge_requests « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c25edf11d96e1818beaeb495725b41119ce3dc79 (plain)
1
2
3
4
5
// eslint-disable-next-line import/prefer-default-export
export const scopes = {
  assignedToMe: 'assigned-to-me',
  createdByMe: 'created-by-me',
};