ci: close stalled issues
This commit is contained in:
parent
dfb1904ede
commit
b62cfa5541
1 changed files with 13 additions and 1 deletions
|
@ -367,7 +367,19 @@ clean:
|
|||
add-issue-labels:
|
||||
stage: manage
|
||||
rules:
|
||||
- if: $MANAGE && $CI_PIPELINE_SOURCE == 'schedule'
|
||||
- if: $ADD_LABEL && $CI_PIPELINE_SOURCE == 'schedule'
|
||||
image: registry.firefish.dev/firefish/gitlab-issue-labels
|
||||
variables:
|
||||
GITLAB_HOST: "firefish.dev"
|
||||
services: []
|
||||
before_script: []
|
||||
script:
|
||||
- gitlab-issue-labels
|
||||
|
||||
close-stalled-issues:
|
||||
stage: manage
|
||||
rules:
|
||||
- if: $CLOSE_STALLED && $CI_PIPELINE_SOURCE == 'schedule'
|
||||
image: registry.firefish.dev/firefish/gitlab-issue-labels
|
||||
variables:
|
||||
GITLAB_HOST: "firefish.dev"
|
||||
|
|
Loading…
Reference in a new issue