mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'ci-add-issue-bot' into 'main'
ci: Open issues when scheduled pipelines fail See merge request GNOME/glib!3034
This commit is contained in:
commit
6cb10c86c8
@ -4,6 +4,7 @@ stages:
|
||||
- coverage
|
||||
- analysis
|
||||
- deploy
|
||||
- report
|
||||
|
||||
cache:
|
||||
paths:
|
||||
@ -594,3 +595,11 @@ dist-job:
|
||||
- "${CI_PROJECT_DIR}/_build/gobject-docs-$CI_COMMIT_TAG.tar.xz"
|
||||
- "${CI_PROJECT_DIR}/_build/gio-docs-$CI_COMMIT_TAG.tar.xz"
|
||||
- "${CI_PROJECT_DIR}/_build/meson-dist/glib-*.tar.xz"
|
||||
|
||||
issue-bot:
|
||||
stage: report
|
||||
image: registry.gitlab.com/gitlab-org/distribution/issue-bot:latest
|
||||
script: /issue-bot
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
|
||||
when: on_failure
|
||||
|
Loading…
Reference in New Issue
Block a user