diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-27 17:26:28 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-27 17:35:01 +0200 |
| commit | cc2b6c8b608a27ed89390bcdca8359388f3e52fa (patch) | |
| tree | b35bc267dfdada0f9ee190910439ed7ff6992c69 | |
| parent | 6f3d6fa7a0de9b4653808d3d0b5f8151a5909baf (diff) | |
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.
| -rw-r--r-- | dashboard/app/asset_storage_test.go | 6 | ||||
| -rw-r--r-- | dashboard/app/bisect_test.go | 9 | ||||
| -rw-r--r-- | dashboard/app/email_test.go | 12 | ||||
| -rw-r--r-- | dashboard/app/mail_bug.txt | 3 |
4 files changed, 0 insertions, 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 |
