Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Horvath <ahorvath@gitlab.com>2023-02-09 20:09:04 +0300
committerAndras Horvath <ahorvath@gitlab.com>2023-02-09 20:09:04 +0300
commitaa605f9d4b05a0dae5081215172e6ebea6214124 (patch)
tree2e4fb1aead82973f838d526fb6b3f60339e3e41f /.gitlab
parent34ccf14745498c60297fe43e86d84f3cc014b9d1 (diff)
template: remove extra ", assign to submitter, add workflow label
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Flaky Test.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Flaky Test.md b/.gitlab/issue_templates/Flaky Test.md
index a93a28d67..34bbb0c91 100644
--- a/.gitlab/issue_templates/Flaky Test.md
+++ b/.gitlab/issue_templates/Flaky Test.md
@@ -7,7 +7,10 @@ Provide any relevant information about the flaky test. Such as:
-->
## Steps
+- [ ] This issue has been assigned the current milestone
- [ ] Flaky test has been quarantined with [`testhelper.SkipQuarantinedTest`](https://gitlab.com/gitlab-org/gitaly/-/blob/master/internal/testhelper/testhelper.go#L388-L398).
- [ ] Flaky test has been fixed and quarantine removed.
-/label ~"Category:Gitaly" ~"group::gitaly" ~"section::enablement" ~"devops::systems" ~"type::maintenance" ~"maintenance::pipelines" ~"failure::flaky-test" "~"priority::1"
+/label ~"Category:Gitaly" ~"group::gitaly" ~"section::enablement" ~"devops::systems" ~"type::maintenance" ~"maintenance::pipelines" ~"failure::flaky-test" ~"priority::1"
+/assign me
+/label ~"workflow::ready for development"