diff --git a/conf/psc/crowdfunding.yml b/conf/psc/crowdfunding.yml new file mode 100644 index 0000000..c2a2a02 --- /dev/null +++ b/conf/psc/crowdfunding.yml @@ -0,0 +1,10 @@ +crowdfunding-maintainers: + members: + - hbrunn + name: Crowdfunding maintainers + representatives: [] +crowdfunding-maintainers-psc-representative: + members: + - hbrunn + name: Crowdfunding maintainers psc representative + representatives: [] diff --git a/conf/repo/crowdfunding.yml b/conf/repo/crowdfunding.yml new file mode 100644 index 0000000..1a22250 --- /dev/null +++ b/conf/repo/crowdfunding.yml @@ -0,0 +1,9 @@ +crowdfunding: + branches: + - "17.0" + - "18.0" + category: Crowdfunding + default_branch: "18.0" + name: Crowdfunding + psc: crowdfunding-maintainers + psc_rep: crowdfunding-maintainers-psc-representative