File: gitlab.yml

package info (click to toggle)
schleuder-gitlab-ticketing 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: ruby: 775; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
gitlab:
  endpoint: https://gitlab.example.com/api/v4
  token: xxxx

subject_filters:
  - '\[announce\]'
sender_filters:
  - '^test@example\.com$'

lists:
  test:
    project: tickets
    namespace: support
    subject_filters:
      - 'ignore me'

  test_not_exist:
    project: tickets2
    namespace: support
  test_not_exist2:
    project: tickets3
    namespace: support

  test2:
    gitlab:
      endpoint: https://gitlab2.example.com/api/v4
      token: aaaa
    project: testing
    ticket_prefix: t
    namespace: support
    sender_filters:
      - 'noreply@example\.com'

  invalid1:
    namespace: only
  invalid2:
    project: only
  invalid3:
    project: some
    namespace: foo
    gitlab:
      endpoint: only
  invalid4:
    project: some
    namespace: foo
    gitlab:
      token: only