mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02: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
|
- coverage
|
||||||
- analysis
|
- analysis
|
||||||
- deploy
|
- deploy
|
||||||
|
- report
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
@ -594,3 +595,11 @@ dist-job:
|
|||||||
- "${CI_PROJECT_DIR}/_build/gobject-docs-$CI_COMMIT_TAG.tar.xz"
|
- "${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/gio-docs-$CI_COMMIT_TAG.tar.xz"
|
||||||
- "${CI_PROJECT_DIR}/_build/meson-dist/glib-*.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…
x
Reference in New Issue
Block a user