项目作者: kingcos

项目描述 :
🐶 Watch your GitLab merge requests status, then notify you in time.
高级语言: Go
项目地址: git://github.com/kingcos/gitlab-mr-watchdog.git
创建时间: 2018-10-30T06:03:08Z
项目社区:https://github.com/kingcos/gitlab-mr-watchdog

开源协议:MIT License

下载


gitlab-mr-watchdog

Build Status Go Report Card GitHub license

English | 中文

Watch your GitLab merge requests status, then notify you in time.

What

If your team is using WeChat for enterprise, you can try this Go script as shell command to send text message.

Configurations

  1. GitLab:
  2. host: GITLAB_HOST_ADDRESS (REQUIRED)
  3. owner: GITLAB_PROJECT_OWNER (REQUIRED)
  4. project: GITLAB_PROJECT_NAME (REQUIRED)
  5. token: GITLAB_PUBLIC_USER_TOKEN (REQUIRED)
  6. TimeOut:
  7. created: TIMEOUT_DURATION_SINCE_CREATED (MINUTES)
  8. updated: TIMEOUT_DURATION_SINCE_UPDATED (MINUTES)
  9. start: TIME_START_OF_A_DAY (hh:mm)
  10. end: TIME_END_OF_A_DAY (hh:mm)
  11. Watchdog:
  12. duration: WATCHDOG_REFRESH_DURATION (MINUTES)
  13. action:
  14. sh: WATCHDOG_SHELL_ACTION