summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-02-02 09:44:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2024-02-02 09:51:31 +1000
commit049beea4c5047e53e83e6d61cef9b4b8fb3e6bce (patch)
tree1c340ac26c2a77a47e7769aea44fc5a4d062516c
parent1788d3523f880071bdea922d2c8a4f651f3c1e6b (diff)
triage-policies: add a bugbot command to close issue in favour of an MR
-rw-r--r--.triage-policies.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.triage-policies.yml b/.triage-policies.yml
index df901a46..6df94c11 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -46,6 +46,23 @@ resource_rules:
of `libinput record` and `libinput debug-events --verbose` (if you haven't yet).
The [documentation](https://wayland.freedesktop.org/libinput/doc/latest/tools.html#libinput-record-and-libinput-replay)
has some information on what we're looking for to be able to triage bugs.
+ - name: "Expect a merge request"
+ conditions:
+ labels:
+ - "bugbot::expect-mr"
+ actions:
+ remove_labels:
+ - "bugbot::expect-mr"
+ comment: |
+ I'm closing this bug in anticipation of a merge request that fixes this issue.
+
+ If you are a new contributor, please see
+ [the freedesktop.org wiki](https://gitlab.freedesktop.org/freedesktop/freedesktop/-/wikis/home)
+ on how to get permissions to fork a project and file a merge request.
+
+ The [libinput documentation](https://wayland.freedesktop.org/libinput/doc/latest/contributing.html)
+ also has more details on how to get started.
+ status: "close"
merge_requests:
rules:
- name: "Remind contributor of commit rules"