mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
gitlab-ci: use ruby:2.7 for triage pipeline
This fixes the pipeline as 'gem' will be installed by default in the container image. Also fix wording and run gitlab-triage in debug mode to get more output.
This commit is contained in:
parent
968e7898e6
commit
17082a868e
2 changed files with 7 additions and 6 deletions
|
|
@ -200,8 +200,9 @@ pages:
|
||||||
|
|
||||||
triage:issues:
|
triage:issues:
|
||||||
stage: triage
|
stage: triage
|
||||||
|
image: ruby:2.7
|
||||||
script:
|
script:
|
||||||
- gem install gitlab-triage
|
- gem install gitlab-triage
|
||||||
- gitlab-triage --token $API_TOKEN --source-id $SOURCE_ID
|
- gitlab-triage -d --token $API_TOKEN --source-id $SOURCE_ID
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ host_url: https://gitlab.freedesktop.org
|
||||||
resource_rules:
|
resource_rules:
|
||||||
issues:
|
issues:
|
||||||
rules:
|
rules:
|
||||||
- name: Close issues with not activity for 6 months
|
- name: Close issues with no activity for 6 months
|
||||||
conditions:
|
conditions:
|
||||||
date:
|
date:
|
||||||
attribute: updated_at
|
attribute: updated_at
|
||||||
|
|
@ -13,11 +13,11 @@ resource_rules:
|
||||||
state: opened
|
state: opened
|
||||||
actions:
|
actions:
|
||||||
comment: |
|
comment: |
|
||||||
"This issue has been inactive for 6 months, closing automatically, please reopen if you think the issue is still relevant."
|
This issue has been inactive for 6 months, closing automatically, please reopen if you think the issue is still relevant.
|
||||||
status: close
|
status: close
|
||||||
labels:
|
labels:
|
||||||
- auto-closed
|
- auto-closed
|
||||||
- name: Close RFE with not activity for 12 months
|
- name: Close RFE with no activity for 12 months
|
||||||
conditions:
|
conditions:
|
||||||
date:
|
date:
|
||||||
attribute: updated_at
|
attribute: updated_at
|
||||||
|
|
@ -29,7 +29,7 @@ resource_rules:
|
||||||
- enhancement
|
- enhancement
|
||||||
actions:
|
actions:
|
||||||
comment: |
|
comment: |
|
||||||
"This enhancement issue has been inactive for 12 months, closing automatically, please reopen if you think the issue is still relevant."
|
This enhancement issue has been inactive for 12 months, closing automatically, please reopen if you think the issue is still relevant.
|
||||||
status: close
|
status: close
|
||||||
labels:
|
labels:
|
||||||
- auto-closed
|
- auto-closed
|
||||||
|
|
@ -53,7 +53,7 @@ resource_rules:
|
||||||
state: opened
|
state: opened
|
||||||
actions:
|
actions:
|
||||||
comment: |
|
comment: |
|
||||||
"This MR has been inactive for more than 2 months, closing automatically, please reopen if you think it is still relevant."
|
This MR has been inactive for more than 2 months, closing automatically, please reopen if you think it is still relevant.
|
||||||
status: close
|
status: close
|
||||||
labels:
|
labels:
|
||||||
- auto-closed
|
- auto-closed
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue