https://github.com/samsung/ci-cd-bot
A CI/CD bot that can be integrated with GitHub (both enterprise and public) with ease and flexibility
https://github.com/samsung/ci-cd-bot
automation bot ci-cd opensource
Last synced: 10 months ago
JSON representation
A CI/CD bot that can be integrated with GitHub (both enterprise and public) with ease and flexibility
- Host: GitHub
- URL: https://github.com/samsung/ci-cd-bot
- Owner: Samsung
- License: apache-2.0
- Created: 2022-11-17T00:39:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T05:54:21.000Z (about 3 years ago)
- Last Synced: 2025-04-11T18:31:08.332Z (about 1 year ago)
- Topics: automation, bot, ci-cd, opensource
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ci-cd-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that is a CI/CD bot which can be integrated with GitHub (public as well as enterprise) with ease and flexibility
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t ci-cd-bot .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= ci-cd-bot
```
## Contributing
If you have suggestions for how ci-cd-bot 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
[Apache-2.0](LICENSE) © 2022 Ayush Patel