0.10.0 • Published 6 years ago

tap-github-issues v0.10.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

tap-github-issues

Test reporter that converts TAP output into github issues in multiple orgs/repos

Build Status npm version Coverage Status

Install

npm install -g tap-github-issues

Usage

tap-github-issues -l ghlint -u $GITHUB_USERNAME -p $GITHUB_TOKEN

where -l option defines the issue label that should be used to identify issues.

The utility consumes TAP output from ghlint.

Options

  • -l (or --label) - label to identify issues
  • -u (or --user) - GitHub username.
  • -p (or --pass) - GitHub password.
  • -r (or --remind) - the number of days after which the reminder should be added to the issue (the default is 7 days).
  • --severity - add errors severity to the issues as labels (can be "error" or "warning")
  • --dry - generate report and list of changes to issues without making changes in GitHub
  • --enable=false - do NOT enable repository issues if they are disabled; by default the issues will be enabled

License

MIT

0.10.0

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago