0.14.4 • Published 3 days ago

reg-notify-github-with-api-plugin v0.14.4

Weekly downloads
714
License
MIT
Repository
github
Last release
3 days ago

reg-notify-github-with-api-plugin

reg-suit plugin to send notification the testing result to your GitHub repository.

It's similar to reg-notify-github-plugin. While reg-notify-github-plugin uses GitHub App, this plugin uses GitHub API with personal access token. We create this plugin for GitHub Enterprise user. reg-notify-github-plugin is strongly recommended if you use github.com.

Install

npm i reg-notify-github-with-api-plugin -D
reg-suit prepare -p notify-github-with-api

Configure

{
  githubUrl?: sring;
  owner: string;
  repository: string;
  privateToken: string;
  ref?: string;
  shortDescription?: boolean;
}
  • githubUrl - Optional - URL for your GitHub Enterprise. Default: https://api.github.com/graphql.
  • owner - Required - GitHub owner name.
  • repository - Required - GitHub repository name.
  • privateToken - Required Private access token. The repo scope is required if the repository is private.
  • ref - Optional Git branch ref value. If specified, this plugin searches PRs to comment using this value.
  • shortDescription - Optional Returns a small table with the item counts. Example:

    🔴 Changed⚪️ New🔵 Passing
    34120
0.14.4

3 days ago

0.14.3

2 months ago

0.14.2

2 months ago

0.14.0

2 months ago

0.13.0

4 months ago

0.12.2

10 months ago

0.12.1

2 years ago

0.11.0

3 years ago

0.11.1

2 years ago

0.11.2

2 years ago

0.10.17

3 years ago

0.10.16

3 years ago

0.10.15

3 years ago

0.10.12

3 years ago

0.10.10

3 years ago

0.10.9

3 years ago

0.10.8

4 years ago

0.10.7

4 years ago

0.10.6

4 years ago

0.10.4

4 years ago

0.10.3

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago