GitHub Issue Comment
Since: 1.5.0
This notifier sends a notification by creating a comment to a GitHub Issue or Pull Request. Then you can subscribe to the issue or pull a request to get the notification.
GitHub Access Token
You need to create a Personal Access Token (opens in a new tab) and give this token permission:
repo
And then, you will get your ACCESS_TOKEN
.
Example
models:
my_app:
storages:
local:
type: local
keep: 10
notifiers:
github_issue:
type: github
url: https://github.com/gobackup/gobackup/pull/111
token: your-github-access-token