GithubHelp home page GithubHelp logo

misssheyni / github_auto_closer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from auchri/github_auto_closer

1.0 2.0 0.0 128 KB

Closes inactive issues on GitHub

License: GNU General Public License v3.0

Java 100.00%

github_auto_closer's Introduction

GitHub Auto Closer

Closes inactive issues on GitHub. Build Status

Preview:

Preview of an closed issue

Usage

Get the jar file (from the releases page or by building the program by yourself).

Obtain a OAuth token from GitHub. The token needs at least the scope public_repo and the user of the token must have write rights for the target repository.

Then execute the jar: java -jar github_auto_closer_1.0.jar -o oauth_key -n namespace -r repository -d 360 (Note that Java 8 is required)

Available parameters

Short Long Description Required
x debug Enables the debug mode No
o     oauth_token OAuth token from GitHub           Yes    
n namespace Namespace of the repository (e.g. foo/bar → namespace is foo) Yes
r repository Name of the repository in the namespace (e.g. foo/bar → repository is bar) Yes
d days Amount of days after which an inactive issue should be closed Yes
p include_pr If inactive pull requests should be also closed No
l label Label to add the the closed issues No

Building

Navigate to the directory containing the project files and execute gradlew jar The generated .jar file will be in out/.

github_auto_closer's People

Contributors

auchri avatar

Stargazers

 avatar

Watchers

 avatar  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.