Collection of common Configs for Project Management and CI/CD.
probot | git | description |
---|---|---|
settings | probot/settings | Configure Github Projects by Source. |
stale | probot/stale | Handle stale issues. |
release-drafter | toolmantim/release-drafter | Creates a Human Readable Release Change Log. |
boring-cyborg | kaxil/boring-cyborg | Different util actions like, automatically label Pull Request |
The magefile Project makes it possible to create reuseable Targets, like Kind Cluster Creation.
//+build mage
package main
import (
...
// mage:import
_ "github.com/nolte/plumbing/cmd/golang"
...
)
...
For more information about importing Targets take a look to the Documentation.
Generate Binary
mage -compile ./dist/static-output
For Using in other Github Projects use the Probot Repo Config, more informations at probot.github.io.
example: .github/stale.yml
_extends: plumbing