summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/github-pull-request-comments.yaml
blob: 8a4f04f6c31d7c54bffe6829302eca4c28354b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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'