mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 09:10:40 +01:00
gitlab-triage: add a needinfo reminder blurb
Goes together with the recently added
be78ce12a3 ("gitlab-triage: add bugbot hook for closing stale needinfo bugs")
so we can ping people before closing the bug.
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1020>
This commit is contained in:
parent
1b7992c31a
commit
989140489b
1 changed files with 17 additions and 0 deletions
|
|
@ -19,6 +19,21 @@
|
|||
Please feel free to re-open.
|
||||
status: "close"
|
||||
|
||||
.remind_needinfo: &remind_needinfo
|
||||
name: "Remind users of needinfo bugs"
|
||||
conditions:
|
||||
labels:
|
||||
- "bugbot::needinfo-reminder"
|
||||
actions:
|
||||
labels:
|
||||
- "waiting on reporter"
|
||||
remove_labels:
|
||||
- "bugbot::needinfo-reminder"
|
||||
comment: |
|
||||
Hi. This is a friendly reminder that the maintainers are waiting on some information by
|
||||
you (or maybe someone cc'd on this bug). If the information is not provided we may not
|
||||
be able to proceed with this issue or merge request. Please check the recent comments, thanks.
|
||||
|
||||
resource_rules:
|
||||
issues:
|
||||
rules:
|
||||
|
|
@ -80,6 +95,7 @@ resource_rules:
|
|||
also has more details on how to get started.
|
||||
status: "close"
|
||||
- *close_needinfo
|
||||
- *remind_needinfo
|
||||
merge_requests:
|
||||
rules:
|
||||
- name: "Remind contributor of commit rules"
|
||||
|
|
@ -97,3 +113,4 @@ resource_rules:
|
|||
and [our docs for submitting code](https://wayland.freedesktop.org/libinput/doc/latest/contributing.html#submitting-code)
|
||||
that explain how to amend and force-push to this repo.
|
||||
- *close_needinfo
|
||||
- *remind_needinfo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue