2019-05-29 07:50:42 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
openSUSE.Devel.Reminder:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 15 ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-29 07:50:42 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-29 07:50:42 +02:00
|
|
|
tasks:
|
|
|
|
- script: ./devel-project.py reviews --min-age 3 --remind
|
|
|
|
- script: ./devel-project.py requests --min-age 3 --remind
|