summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/github-pull-request-status.yaml
blob: e580ac1129ee2b4b4b6fa19127ca2e41641848b0 (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
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
      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?!'