https://github.com/aeyoll/gitlab-version-bot
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
https://github.com/aeyoll/gitlab-version-bot
bot gitlab rocketchat rust
Last synced: 2 months ago
JSON representation
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
- Host: GitHub
- URL: https://github.com/aeyoll/gitlab-version-bot
- Owner: aeyoll
- License: mit
- Created: 2021-03-08T12:48:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T20:19:05.000Z (over 5 years ago)
- Last Synced: 2025-09-26T17:19:08.878Z (9 months ago)
- Topics: bot, gitlab, rocketchat, rust
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitlab version bot
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
Usage
---
```
gitlab-version-bot
```
Example:
```
gitlab-version-bot https://git.yourdomain.com/ https://chat.yourdomain.com
```
Development
---
```
cargo run
cargo build # build for development
cargo build --release # build for production
```