An open API service indexing awesome lists of open source software.

https://github.com/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/dev-ashishranjan/git-greetings

github-app github-bot greeting-app manager-system probot-app

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![git-greetings](https://socialify.git.ci/dev-AshishRanjan/git-greetings/image?description=1&font=KoHo&forks=1&issues=1&language=1&owner=1&pulls=1&stargazers=1&theme=Auto)




[![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](https://github.com/probot/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

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Docker

```sh
# 1. Build container
docker build -t greetings .

# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= 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](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2024 dev-AshishRanjan