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
- Host: GitHub
- URL: https://github.com/dev-ashishranjan/git-greetings
- Owner: dev-AshishRanjan
- License: isc
- Created: 2024-01-07T19:11:20.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-14T06:01:36.000Z (over 1 year ago)
- Last Synced: 2025-01-11T03:23:05.391Z (5 months ago)
- Topics: github-app, github-bot, greeting-app, manager-system, probot-app
- Language: JavaScript
- Homepage: https://github.com/marketplace/git-greetings
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://github.com/ellerbrock/open-source-badges/)













# 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 repoThe 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