Форк
0
/
.triage-policies.yml 
45 строк · 1.8 Кб
1
# This is a set of bugbot commands for issues and merge requests - setting any of the
2
# bugbot::foo labels will trigger gitlab-triage to run with this ruleset (well, the
3
# one we have on the main branch at the time)
4
#
5
# Note that for adding labels via gitlab-triage, the label must first be created in the project.
6

7

8
################################################################################
9
# Rules definitions
10
################################################################################
11

12
.too-exotic: &too-exotic
13
  name: "Close as too exotic"
14
  conditions:
15
    labels:
16
      - "bugbot::too-exotic"
17
  actions:
18
    remove_labels:
19
      - "bugbot::too-exotic"
20
    comment: |
21
      Hi. Thanks for filing this issue/merge request. We think this keyboard layout is too exotic
22
      to be shipped as part of the default xkeyboard-config keymaps. Layouts added to
23
      the distribution means we have to maintain these layouts for years and decades into
24
      the future and we avoid having to do so for layouts that we expect have a tiny number of
25
      users.
26

27
      As a general rule, we will add layouts that are part of official standards but not
28
      experimental layouts. If this is the case here, please re-open with a comment.
29

30
      Please install it as a custom layout instead, we have
31
      [instructions for Xorg](https://who-t.blogspot.com/2021/02/a-pre-supplied-custom-keyboard-layout.html)
32
      and [instructions for Wayland](https://xkbcommon.github.io/libxkbcommon/doc/current/md_doc_user_configuration.html).
33
    status: "close"
34

35
################################################################################
36
# Rules
37
################################################################################
38

39
resource_rules:
40
  issues:
41
    rules:
42
      - *too-exotic
43
  merge_requests:
44
    rules:
45
      - *too-exotic
46

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.