gh

package
v0.0.0-...-adbc6f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package gh is a simple package to interface with github

It's not supposed to do everything. My specific use is to set github labels, according to a configuration that I think is OK.

usage:

psy gh test-labels <config.yaml> <owner> <repo>
  will do a dry run of label nomenclature application

psy gh poison <config.yaml> <owner> <repo>
  will edit the labels to respect the given specs.

The config file should look something like this:

---
# Github label configuration.

# T = Type
# L = Lifecycle

rename:
  bug:         ["T-bug",       "a00000", "A software fault or failure"]
  duplicate:   ["L-duplicate", "16336d", "dOops!"]
  enhancement: ["T-upkeep",    "009a00", "Anything that rejuvenates"]
  invalid:     ["L-invalid",   "ffbb0e", "Anything that is invalid"]
  question:    ["T-question",  "ffaa99", "Questions are good!"]
  wontfix:     ["L-wontfix",   "231f20", "Things not to fix"]

create:
  - ["T-perf",    "f51919", "Anything concerning perf"]
  - ["T-feature", "078a00", "Anything that is adds new behavior"]
  - ["T-doc",     "001c8a", "Anything that adds documentation"]
  - ["T-hotfix",  "ff5100", "Critical things to deploy"]
  - ["L-ready",   "ffe100", "Anything ready for merging and releasing"]

Copyright 2020 Simon Symeonidis (psyomn)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package gh is a simple package to interface with github

Copyright 2020 Simon Symeonidis (psyomn)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(args common.RunParams) common.RunReturn

Run will run the subcommand with provided parameters

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL