From 7ba13a158b1ad89a23920bb64208ba34fed27b08 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 25 Aug 2023 15:27:26 +0200 Subject: docs: rewrite the labels section Make it clear that some labels are flags and some are lists of values. --- docs/syzbot.md | 53 ++++++++++++++++++----------------------------------- 1 file changed, 18 insertions(+), 35 deletions(-) (limited to 'docs') diff --git a/docs/syzbot.md b/docs/syzbot.md index bda7d641d..80da90e04 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -156,40 +156,20 @@ dashboard. It is possible to assign labels to syzkaller-reported bugs. These labels are displayed near bug titles on the bug lists and on individual bug pages. -To assign a label, send a `#syz set` command as a reply to the bug report. - -``` -#syz set label: value -``` - -As of now, the following labels are supported. - -**A)** Bug priority - -``` -#syz set prio: low -#syz set prio: normal -#syz set prio: high - -``` - -**B)** Exclude the bug from monthly reports. - -``` -#syz set no-reminders -``` - -**C)** Set a subsystem (see also the section above). - -``` -#syz set subsystems: net -``` - -To **remove** a label, send a `#syz unset` command: - -``` -#syz unset prio -``` +There are two types of labels: +* Flags + * Send `#syz set