diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·11+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·11+0100 |
commit | 128875b501bc2989617ae553317b80faa556d752 (patch) | |
tree | 9b32d12123801179ebe900980556486ad4803482 /third_party/bazel/rules_haskell/.github/settings.yml | |
parent | a20daf87265a62b494d67f86d4a5199f14394973 (diff) |
chore: Remove remaining Bazel-related files r/31
Diffstat (limited to 'third_party/bazel/rules_haskell/.github/settings.yml')
-rw-r--r-- | third_party/bazel/rules_haskell/.github/settings.yml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/third_party/bazel/rules_haskell/.github/settings.yml b/third_party/bazel/rules_haskell/.github/settings.yml deleted file mode 100644 index c56137829963..000000000000 --- a/third_party/bazel/rules_haskell/.github/settings.yml +++ /dev/null @@ -1,37 +0,0 @@ -repository: - has_wiki: false - -labels: - - name: "duplicate" - color: cfd3d7 - - name: "good first issue" - color: 7057ff - - name: "invalid" - color: cfd3d7 - - name: "more data needed" - color: bfdadc - - name: "P0" - color: b60205 - description: "blocker: fix immediately!" - - name: "P1" - color: d93f0b - description: "critical: next release" - - name: "P2" - color: e99695 - description: "major: an upcoming release" - - name: "P3" - color: fbca04 - description: "minor: not priorized" - - name: "P4" - color: fef2c0 - description: "unimportant: consider wontfix or other priority" - - name: "question" - color: d876e3 - - name: "type: bug" - color: 0052cc - - name: "type: documentation" - color: 0052cc - - name: "type: feature request" - color: 0052cc - - name: "wontfix" - color: ffffff |