You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
"description": "The Slack channel notifications get sent to."
},
"WEBHOOK_PATH": {
"description": "You should set this to something hard to guess, otherwise anyone who knows the webhook endpoint can send you Github events.",
"value": "/some-secret-path"
},
"STATUS_EVENTS": {
"description": "A comma-separated list of commit status types. Available are `pending`, `success`, `failure`, `error`. You may want to set this if you only want to be notified of failures/errors.",
"value": "success,failure,error"
},
"STATUS_CONTEXTS": {
"description": "A regular expression of commit status contexts to notify on. For example, `^buildkite\/` to only notify on [Buildkite](https://buildkite.com/) commit status events.",
"value": "success,failure,error"
},
"IGNORED_EVENTS": {
"description": "A comma-separated list of Github event keys. See `Webhook event name` on an event at https://developer.github.com/v3/activity/events/types/",