Giter Site home page Giter Site logo

github-quarkus-triage's Introduction

Quarkus / GitHub Triage tool

Just a personal tool to generate a report about the Quarkus issue I need to look at.

Build

> mvn package

Run

# Make sure you have a GITHUB_TOKEN env variable that give you access to the Github API
> java -jar target/quarkus-app/quarkus-run.jar
> open triage.html

Configuration and Options

  • the -o option allows configuring the output file, default is triage.html
  • the GitHub token is read from the github.token configuration property. It can be configured in the application.yaml file, as system variable (-Dgithub.token=...) or env variable (GITHUB_TOKEN=...)
  • the repository and areas of responsibilities are configured in the application.yaml file:
github:
  token: .... # mandatory, but can be configured from an env variable
  repositories:
    - repository: quarkusio/quarkus # name of the repository  
      labels:   # list of labels to include in the report
        - area/adr
        - area/grpc
        - area/kafka
        - area/mailer
        - area/mutiny
        - area/mongo
        - area/reactive-messaging
        - area/reactive-sql-clients
        - area/reactive-streams-operators
        - area/reactive
        - area/redis
        - area/vertx
      exclude-labels: # optional list of labels to not include in the report, even if they match a label from above
        - kind/extension-proposal # Can be a regexp (Java pattern)
      hide-labels: # optional list of labels to hide in the report, the issue lis listed, but the label is not displayed
        - pinned
        - "area/.*" # can be regexp (Java pattern)

A full example of config is the following:

github:
  repositories:
    - repository: quarkusio/quarkus
      labels:
        - area/adr
        - area/grpc
        - area/kafka
        - area/mailer
        - area/mutiny
        - area/mongo
        - area/reactive-messaging
        - area/reactive-sql-clients
        - area/reactive-streams-operators
        - area/reactive
        - area/redis
        - area/vertx
      exclude-labels:
        - kind/extension-proposal
      hide-labels:
        - pinned
        - "area/.*"

    - repository: smallrye/smallrye-reactive-messaging
      exclude-labels:
        - help wanted
      
    - repository: smallrye/smallrye-mutiny

github-quarkus-triage's People

Contributors

cescoffier avatar ebullient avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.