summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/github-pull-request-multiple-extensions.yaml
blob: 2eb0ce8f2a9932307b07548659c844057810b423 (plain)
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
triggers:
  - github-pull-request:
      admin-list:
        - user1
        - user2
      white-list:
        - user3
        - user4
      org-list:
        - org1
        - org2
      cron: '* * * * *'
      trigger-phrase: 'retest this please'
      only-trigger-phrase: true
      github-hooks: true
      permit-all: false
      auto-close-on-fail: false
      allow-whitelist-orgs-as-admins: true
      success-comment: 'success comment'
      failure-comment: 'failure comment'
      error-comment: 'error comment'
      status-context: 'test status context'
      triggered-status: 'triggered status message'
      started-status: 'started status message'
      status-url: 'http://example.com/status'
      status-add-test-results: true
      success-status: 'success status!'
      failure-status: 'failure status :('
      error-status: 'error status?!'
      cancel-builds-on-update: true