dev-AshishRanjan / git-greetings

A Basic Github App for Greetings. It gives stats on every opened Issues and PRs. It also manages the labels of the repo
https://github.com/marketplace/git-greetings
ISC License
1 stars 1 forks source link
github-app github-bot greeting-app manager-system probot-app

git-greetings

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat) ![Visitors](https://api.visitorbadge.io/api/visitors?path=dev-AshishRanjan%2Fgit-greetings%20&countColor=%23263759&style=flat) ![GitHub forks](https://img.shields.io/github/forks/dev-AshishRanjan/git-greetings) ![GitHub Repo stars](https://img.shields.io/github/stars/dev-AshishRanjan/git-greetings) ![GitHub contributors](https://img.shields.io/github/contributors/dev-AshishRanjan/git-greetings) ![GitHub last commit](https://img.shields.io/github/last-commit/dev-AshishRanjan/git-greetings) ![GitHub repo size](https://img.shields.io/github/repo-size/dev-AshishRanjan/git-greetings) ![Github LOC](https://tokei.rs/b1/github/dev-AshishRanjan/git-greetings) ![Github Files](https://tokei.rs/b1/github/dev-AshishRanjan/git-greetings?category=files) ![Github](https://img.shields.io/github/license/dev-AshishRanjan/git-greetings) ![GitHub issues](https://img.shields.io/github/issues/dev-AshishRanjan/git-greetings) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/dev-AshishRanjan/git-greetings) ![GitHub pull requests](https://img.shields.io/github/issues-pr/dev-AshishRanjan/git-greetings) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/dev-AshishRanjan/git-greetings)

greetings

A GitHub App built with Probot that A Basic Github App

A Basic Github App for Greetings. It gives stats on every opened Issues and PRs. It also manages the labels of the repo

The Features of this bot are :

  1. It greets all the users when they create any issue or pr, with statical data
  2. It manages the labels of the Github Repo
  3. Collaborator can add or remove labels from issue and pr using comments
    • /label add bug,invalid
    • /label remove bug

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t greetings .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> greetings

Contributing

If you have suggestions for how greetings could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2024 dev-AshishRanjan