Skip to content

Manage your github project automatically, reacting to actions on your issues and labeling actions

License

Notifications You must be signed in to change notification settings

SUSE/gitguy-finglonger

Repository files navigation

gitguy-finglonger

Release Build Status codecov

License: Apache 2.0 Go Report Card

Manage your github project automatically, reacting to actions on your issues and labeling actions

Install

Download the latest version from releases.

Test

Clone repository into your $GOPATH. You can also use go get:

go get github.com/SUSE/gitguy-finglonger

Dependencies

  • go >= 1.11

Note: We use golang modules but you still need to work inside your $GOPATH for developing gitguy-finglonger. Working outside GOPATH is currently not supported

Running tests

To run test on this package simply run:

make test

Testing with Docker

make test.unit

Code Coverage

Run first the tests. Then use make coverage for visualizing coverage.

Feel free to read more about this on: https://blog.golang.org/cover.

Building

Be sure you have all prerequisites.

A simple make should be enough. This should compile the main function and generate a gitguy-finglonger binary.

Your binary will be stored under bin folder

Generating Releases

Run first the tests. Then use make release to generate the release assets.

They will be created in the release folder.

Community

About

Manage your github project automatically, reacting to actions on your issues and labeling actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages