hubhook

Crates.iohubhook
lib.rshubhook
version0.5.0
created_at2022-02-16 09:37:04.009557+00
updated_at2022-02-16 09:37:04.009557+00
descriptionGitHub notification manager
homepage
repositoryhttps://github.com/arkedge/hubhook
max_upload_size
id533231
size108,199
oss-maintainer (github:arkedge:oss-maintainer)

documentation

README

hubhook

Rust build / container image license

GitHub notification manager

This project is inspired by tokite.

Deploy

Configuration

Edit config.json.

Supported query

Name Description
repo repository name
topic repository topic
user event sender
title Issue title
body Issue/Issue Comment body
label Issue label

Example

{
  "rule": [
    {
      "channel": "memo_sksat-hubhook",
      "query": {
        "topic": "arkedge|hoge-sat"
      }
    }
  ]
}
Commit count: 513

cargo fmt