From 1fb14b2002cca1c399f525050541efbe8f309f5a Mon Sep 17 00:00:00 2001 From: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sun, 15 Mar 2020 17:46:30 +0100 Subject: [PATCH] The Hyperion project [bot] now gets its PR comments from this file --- .github/pr_comment.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pr_comment.yml diff --git a/.github/pr_comment.yml b/.github/pr_comment.yml new file mode 100644 index 00000000..40ad4f39 --- /dev/null +++ b/.github/pr_comment.yml @@ -0,0 +1,17 @@ +PullRequest: + opened: | + Hello @$AUTHOR :wave: + + I'm your friendly neighborhood bot and would like to say thank you for + submitting a pull request to Hyperion! + + So that you and other users can test your changes more quickly, + you can find your workflow artifacts [here](https://github.com/$REPO_FULL_NAME/actions/runs/$RUN_ID). + + If you make changes to your PR, i create a new link to your workflow artifacts. + + Best regards, + Hyperion-Project + synchronize: | + [Here](https://github.com/$REPO_FULL_NAME/actions/runs/$RUN_ID) is your new link to your workflow artifacts. +