From cc2b6c8b608a27ed89390bcdca8359388f3e52fa Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 27 Apr 2023 17:26:28 +0200 Subject: dashboard: drop #syz unset from bug's template We don't mention the whole list of #syz set labels there, so it will only confuse people. --- dashboard/app/asset_storage_test.go | 6 ------ dashboard/app/bisect_test.go | 9 --------- dashboard/app/email_test.go | 12 ------------ dashboard/app/mail_bug.txt | 3 --- 4 files changed, 30 deletions(-) diff --git a/dashboard/app/asset_storage_test.go b/dashboard/app/asset_storage_test.go index 8cc9f1524..a36d758ec 100644 --- a/dashboard/app/asset_storage_test.go +++ b/dashboard/app/asset_storage_test.go @@ -108,9 +108,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report @@ -403,9 +400,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report diff --git a/dashboard/app/bisect_test.go b/dashboard/app/bisect_test.go index 8553814b0..1901fe866 100644 --- a/dashboard/app/bisect_test.go +++ b/dashboard/app/bisect_test.go @@ -246,9 +246,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report @@ -568,9 +565,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report @@ -852,9 +846,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index fbdbf551f..bb1533374 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -80,9 +80,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report @@ -261,9 +258,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report @@ -703,9 +697,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report @@ -876,9 +867,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index df36d0ae2..bd3823755 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -65,9 +65,6 @@ If you want to change bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) -If you want to unassign a label, reply with: -#syz unset some-label - If the bug is a duplicate of another bug, reply with: #syz dup: exact-subject-of-another-report -- cgit mrf-deployment