https://github.com/ad/gitlab-pipelines-notifier
https://github.com/ad/gitlab-pipelines-notifier
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ad/gitlab-pipelines-notifier
- Owner: ad
- License: mit
- Created: 2022-12-16T10:29:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T06:06:28.000Z (over 1 year ago)
- Last Synced: 2025-02-17T07:20:30.019Z (over 1 year ago)
- Language: Go
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab-pipelines-notifier
`/pipeline https://path-to-pipeline`
the bot responds with the status when it has changed
`/issue https://path-to-task`
the bot responds with the task info
Argument | Description
--- | ---
`TELEGRAM_TOKEN` | Telegram bot token
`ALLOWED_IDS` | Comma separated list of allowed telegram ids
`GITLAB_TOKEN` | Gitlab token
`GITLAB_URL` | Gitlab url, ex. https://git.mydomain.com/api/v4
`NOTIFY_TELEGRAM_ID` | Telegram id to notify
`GITLAB_USERNAME` | Gitlab username
`GITLAB_TRACK_PROJECTS` | Comma separated list of projects to track
`GITLAB_TRACK_ONLY_SELF` | Track only self created pipelines