From fef9d66e86669b72610b456e4b36ce6135617ee4 Mon Sep 17 00:00:00 2001 From: Dov Benyomin Sohacheski Date: Wed, 9 Nov 2022 16:06:54 +0200 Subject: [PATCH 1/3] 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: [] From 370ceee678bec65e1134dcd10d9aec72d18e4193 Mon Sep 17 00:00:00 2001 From: Dov Benyomin Sohacheski Date: Wed, 9 Nov 2022 16:11:09 +0200 Subject: [PATCH 2/3] Update boring-cyborg.yml --- .github/boring-cyborg.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 41da961f..41ca77e3 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -2,9 +2,21 @@ labelPRBasedOnFilePath: area/provider/alibaba: - - diagrams/alibabacloud/* - - resources/alibabacloud/**/* - + - diagrams/alibabacloud/* + - resources/alibabacloud/**/* + + area/provider/aws: + - diagrams/aws/* + - resources/aws/**/* + + area/provider/azure: + - diagrams/azure/* + - resources/azure/**/* + + area/provider/firebase: + - diagrams/firebase/* + - resources/firebase/**/* + # @TODO: extend with other labels firstPRWelcomeComment: > From 19ec4f5cbe3d40fc343d4d0863c83a37f53d0ee2 Mon Sep 17 00:00:00 2001 From: Dov Benyomin Sohacheski Date: Wed, 22 Feb 2023 09:38:48 +0000 Subject: [PATCH 3/3] Fixed links and added labels --- .github/boring-cyborg.yml | 50 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 41ca77e3..4f7c2b9e 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -12,17 +12,63 @@ labelPRBasedOnFilePath: area/provider/azure: - diagrams/azure/* - resources/azure/**/* + + area/provider/digitalocean: + - diagrams/digitalocean/* + - resources/digitalocean/**/* + + area/provider/elastic: + - diagrams/elastic/* + - resources/elastic/**/* area/provider/firebase: - diagrams/firebase/* - resources/firebase/**/* + + area/provider/gcp: + - diagrams/gcp/* + - resources/gcp/**/* + + area/provider/generic: + - diagrams/generic/* + - resources/generic/**/* + + area/provider/ibm: + - diagrams/ibm/* + - resources/ibm/**/* + + area/provider/k8s: + - diagrams/k8s/* + - resources/k8s/**/* - # @TODO: extend with other labels + area/provider/oci: + - diagrams/oci/* + - resources/oci/**/* + + area/provider/onprem: + - diagrams/onprem/* + - resources/onprem/**/* + + area/provider/openstack: + - diagrams/openstack/* + - resources/openstack/**/* + + area/provider/outscale: + - diagrams/outscale/* + - resources/outscale/**/* + + area/provider/programming: + - diagrams/programming/* + - resources/programming/**/* + + area/provider/saas: + - diagrams/saas/* + - resources/saas/**/* 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) + Contribution Guide (https://github.com/mingrammer/diagrams/blob/master/CONTRIBUTING.md) firstPRMergeComment: > Awesome work, congrats on your first merged pull request!