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

mr_widget_pipeline.js « mixins « vue_merge_request_widget « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b77d7475bce7459c9c306de7de45ca4b0f0ed18 (plain)
1
2
3
4
5
6
7
8
9
10
export default {
  computed: {
    triggered() {
      return [];
    },
    triggeredBy() {
      return [];
    },
  },
};