|
| 1 | +--- |
| 2 | +github: |
| 3 | + events: |
| 4 | + ping: |
| 5 | + pushbullet: |
| 6 | + title: "[GitHub] {repository[full_name]}: ping" |
| 7 | + body: "Ping event for repo {repository[full_name]}" |
| 8 | + link: "{repository[html_url]}" |
| 9 | + always: true |
| 10 | + commit_comment: |
| 11 | + pushbullet: |
| 12 | + title: "[GitHub] {repository[full_name]}: {sender[login]} commented on {comment[commit_id]!s:.8}" |
| 13 | + body: "{body}" |
| 14 | + link: "{comment[html_url]}" |
| 15 | + create: |
| 16 | + pushbullet: |
| 17 | + title: "[GitHub] {repository[full_name]}: new {ref_type} created by {sender[login]}" |
| 18 | + body: "{ref_type}: {ref}" |
| 19 | + link: "{repository[html_url]}" |
| 20 | + delete: |
| 21 | + pushbullet: |
| 22 | + title: "[GitHub] {repository[full_name]}: {ref_type} deleted by {sender[login]}" |
| 23 | + body: "{ref_type}: {ref}" |
| 24 | + link: "{repository[html_url]}" |
| 25 | + fork: |
| 26 | + pushbullet: |
| 27 | + title: "[GitHub] {repository[full_name]}: {sender[login]} just forked your repo!" |
| 28 | + body: "Forked repo at {forkee[full_name]}" |
| 29 | + link: "{forkee[html_url]}" |
| 30 | + issues: |
| 31 | + pushbullet: |
| 32 | + title: "[GitHub] {repository[full_name]}: {sender[login]} {action} issue #{issue[number]!s}" |
| 33 | + body: "{issue[body]}" |
| 34 | + link: "{issue[html_url]}" |
| 35 | + issue_comment: |
| 36 | + pushbullet: |
| 37 | + title: "[GitHub] {repository[full_name]}: {sender[login]} {action} a comment on issue #{issue[number]!s}" |
| 38 | + body: "{comment[body]}" |
| 39 | + link: "{comment[html_url]}" |
| 40 | + member: |
| 41 | + pushbullet: |
| 42 | + title: "[GitHub] {repository[full_name]}: {member[login]} has been {action} " |
| 43 | + body: "Member was {action} by {sender[login]}" |
| 44 | + link: "{repository[html_url]}/settings/collaboration" |
| 45 | + always: true |
| 46 | + page_build: |
| 47 | + pushbullet: |
| 48 | + title: "[GitHub] {repository[full_name]}: {sender[login]} {build[status]} a new pages version" |
| 49 | + body: "{build[error][message]}" |
| 50 | + link: "{build[url]}" |
| 51 | + always: true |
| 52 | + pull_request: |
| 53 | + pushbullet: |
| 54 | + title: "[GitHub] {repository[full_name]}: {sender[login]} {action} PR #{number!s}" |
| 55 | + body: "{pull_request[body]}" |
| 56 | + link: "{pull_request[html_url]}" |
| 57 | + pull_request_review: |
| 58 | + pushbullet: |
| 59 | + title: "[GitHub] {repository[full_name]}: {sender[login]} {action} a review on PR #{pull_request[number]!s}" |
| 60 | + body: "{review[body]}" |
| 61 | + link: "{review[html_url]}" |
| 62 | + pull_request_review_comment: |
| 63 | + pushbullet: |
| 64 | + title: "[GitHub] {repository[full_name]}: {sender[login]} {action} a comment on PR #{pull_request[number]!s}" |
| 65 | + body: "{comment[body]}" |
| 66 | + link: "{comment[html_url]}" |
| 67 | + push: |
| 68 | + pushbullet: |
| 69 | + title: "[GitHub] {repository[full_name]}: new commit" |
| 70 | + body: "New commit ({head_commit[id]!s:.8}) by {pusher[name]}" |
| 71 | + link: "{compare}" |
| 72 | + watch: |
| 73 | + pushbullet: |
| 74 | + title: "[GitHub] {repository[full_name]}: {sender[login]} just stared your repository!" |
| 75 | + body: "You now have {repository[stargazers_count]!s} stars" |
| 76 | + link: "{sender[html_url]}" |
| 77 | + # List of users to ignore |
| 78 | + ignore: |
| 79 | + - 'dummy-user' |
| 80 | + |
| 81 | +discourse: |
| 82 | + events: |
| 83 | + ping: |
| 84 | + pushbullet: |
| 85 | + title: "[Discourse] ping" |
| 86 | + body: "pong!" |
| 87 | + link: "https://meta.discourse.org" |
| 88 | + post_created: |
| 89 | + pushbullet: |
| 90 | + title: "[Discourse] New post by {post[username]}" |
| 91 | + body: "Post topic: {post[topic_slug]}" |
| 92 | + link: "https://meta.discourse.org/t/{post[topic_slug]}/{post[topic_id]}/{post[post_number]}/" |
| 93 | + topic_created: |
| 94 | + pushbullet: |
| 95 | + title: "[Discourse] New topic created: {topic[title]}" |
| 96 | + body: "Topic created by {topic[details][created_by][username]}" |
| 97 | + link: "https://meta.discourse.org/t/{topic[slug]}/{topic[id]}/" |
| 98 | + user_created: |
| 99 | + pushbullet: |
| 100 | + title: "[Discourse] New user created: {user[username]}" |
| 101 | + body: "Name: {user[name]}\n" |
| 102 | + link: "https://meta.discourse.org/u/{user[username]}" |
| 103 | + |
| 104 | +updown_events: |
| 105 | + check.down: |
| 106 | + title: "[updown] {check[alias]} ({check[url]}) is failing" |
| 107 | + body: "Since: {downtime[started_at]}\nError: {check[error]}\nLast check: {check[last_check_at]}\nNext check: {check[next_check_at]}" |
| 108 | + check.up: |
| 109 | + title: "[updown] {check[alias]} ({check[url]}) is passing" |
| 110 | + body: "Since: {downtime[ended_at]}\nDuration: {downtime[duration]}\nLast status: {check[last_status]}" |
0 commit comments