From fef9d66e86669b72610b456e4b36ce6135617ee4 Mon Sep 17 00:00:00 2001 From: Dov Benyomin Sohacheski Date: Wed, 9 Nov 2022 16:06:54 +0200 Subject: [PATCH] Create boring-cyborg.yml --- .github/boring-cyborg.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/boring-cyborg.yml diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml new file mode 100644 index 00000000..41da961f --- /dev/null +++ b/.github/boring-cyborg.yml @@ -0,0 +1,23 @@ +# Details: https://github.com/kaxil/boring-cyborg + +labelPRBasedOnFilePath: + area/provider/alibaba: + - diagrams/alibabacloud/* + - resources/alibabacloud/**/* + + # @TODO: extend with other labels + +firstPRWelcomeComment: > + Congratulations on your first Pull Request! + If you have any issues or are unsure about any anything please check our + Contribution Guide (https://github.com/mingrammer/diagrams/blob/master/CONTRIBUTING.rst) + +firstPRMergeComment: > + Awesome work, congrats on your first merged pull request! + +firstIssueWelcomeComment: > + Thanks for opening your first issue here! Be sure to follow the issue template! + +checkUpToDate: + targetBranch: master + files: []