Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. [
  2.     {
  3.         id: 0,
  4.         name: 'Github',
  5.         actions:
  6.         [
  7.             {
  8.                 id: 0,
  9.                 name: 'commit_happened'
  10.                 description: 'triggered when a commit is detected on specified repository.'
  11.             },
  12.             {
  13.                 id: 1,
  14.                 name: 'pull_request_submited',
  15.                 description: 'triggered when a pull request is submited on specified repository.'
  16.         ],
  17.         reactions:
  18.         [
  19.             {
  20.                 id: 45,
  21.                 name: 'post_comment',
  22.                 description: 'post a comment when defined action happened.'
  23.             }
  24.         ]
  25.     }
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement