From ddf7589c4c143cf7b5c4caf8709e8803deedcebe Mon Sep 17 00:00:00 2001 From: Sofie Hofmann <29145005+sofie29@users.noreply.github.com> Date: Tue, 16 Jun 2020 12:23:45 +0200 Subject: [PATCH] TSK-1288: Enhance auto-comment bot with checklist from team agreements TSK-1288: Adapt auto-comment bot with small changes --- .github/auto-comment.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml index 36ae1db49..ea573f05e 100644 --- a/.github/auto-comment.yml +++ b/.github/auto-comment.yml @@ -1,3 +1,16 @@ -pullRequestOpened: | - Did you update the [documentation](https://taskana.atlassian.net/wiki/spaces/TAS/overview)? - If you updated the documentation please react to this comment with a 👍 and comment which page you updated, if the documentation did not need an update react with a 👎. +pullRequestOpened: | + ### For the submitter: + - [ ] In case it's necessary, update the [documentation](https://taskana.atlassian.net/wiki/spaces/TAS/overview) + - [ ] Include link of [SonarCloud branch analysis](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1019969636/SonarCloud+Integration) + - [ ] Add description of changes in the [current release notes](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1281392672/Current+Release+Notes+Taskana) if necessary + - [ ] Put ticket in review + - [ ] After integration of the pull request, verify bluemix test environment is not broken + + ### For the reviewer: + - [ ] Check commit message format → TSK-XXX: Your commit message. + - [ ] Check the submitter's answer to the updated documentation + - [ ] Check the SonarCloud analysis link for new issues + - [ ] Check the update of the [current release notes](https://taskana.atlassian.net/wiki/spaces/TAS/pages/1281392672/Current+Release+Notes+Taskana) + - [ ] Check that the PR fulfills the ticket + - [ ] Check for edge cases and unwanted side effects + - [ ] Check for readability