nc-photos/.triage-policies.yml

40 lines
1.2 KiB
YAML
Raw Normal View History

2021-09-02 12:54:46 +02:00
resource_rules:
issues:
2021-09-02 13:19:16 +02:00
rules:
- name: Label stale issues
conditions:
date:
attribute: updated_at
condition: older_than
interval_type: weeks
interval: 4
state: opened
forbidden_labels:
- status::backlog
2022-02-18 06:04:20 +01:00
- status::blocked
2021-09-02 13:19:16 +02:00
- status::in_progress
2021-09-02 12:54:46 +02:00
- status::stale
2021-09-02 13:33:39 +02:00
actions:
labels:
- status::stale
comment: |
2021-10-03 11:39:40 +02:00
(This is an automated action)
2021-10-03 11:18:02 +02:00
2021-09-02 13:33:39 +02:00
This issue did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!
2021-09-02 13:19:16 +02:00
- name: Close stale issues
conditions:
date:
attribute: updated_at
condition: older_than
interval_type: weeks
interval: 2
state: opened
labels:
- status::stale
2021-09-02 13:33:39 +02:00
actions:
status: close
2021-10-03 11:39:40 +02:00
comment: |
(This is an automated action)
This issue is closed automatically