Skip to content

Reminder script for unanswered gitlab service desk issues

Notifications You must be signed in to change notification settings

mondata-dev/gitlab-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reminder for unanswered gitlab issues

This tiny script sends a daily reminder via slack if there are unanswered gitlab issues in a gitlab service desk project.

Environment variables

  • GITLAB_TOKEN: Gitlab access token (requires read_api access to gitlab project)
  • GITLAB_HOST: Gitlab host url, e.g. https://gitlab.com
  • GITLAB_PROJECT_ID: Gitlab project id, e.g. 123456
  • SLACK_WEBHOOK_URL: Slack webhook url, e.g. https://hooks.slack.com/services/...

Kubernetes Setup

There is a kubernetes cron job template in the k8s folder. Just replace the configmap and secret values and use kubectl to apply them. You can also create a kustomize overlay for you custom values.

Build docker image

docker build -t mondata/gitlab-reminder:VERSION .
docker push mondata/gitlab-reminder:VERSION

About

Reminder script for unanswered gitlab service desk issues

Resources

Stars

Watchers

Forks

Packages

No packages published