diff --git a/proposals/compose-config-proposal.yaml b/proposals/compose-config-proposal.yaml new file mode 100644 index 0000000..d497027 --- /dev/null +++ b/proposals/compose-config-proposal.yaml @@ -0,0 +1,30 @@ +output: /dir #optional +since: "18.09.2023" #optional +until: "18.10.2023" #optional +template: /path/to/template.docx #optional +enterpriseURL: https://your.org.enterprise.com/ #optional +orgs: #optional +- kyma-project +- kyma-incubator +repos: #optional +- kyma-project/kyma +- kyma-project/serverless-manager +- kyma-project/keda-manager +- kyma-project/test-infra +- kyma-incubator/reconciler +users: +- username: pPrecel + template: /path/to/template.docx #optional - overrides field from file root + repos: #optional - overrides field from file root + - ... + orgs: #optional - overrides field from file root + - ... + reportFields: + - pkupGenEmployeesName: John Wick + - pkupGenJobTitle: Assasin + - ... +- username: anoipm + reportFields: + - pkupGenEmployeesName: John Wick + - pkupGenJobTitle: Assasin + - ... diff --git a/proposals/config-proposals.yaml b/proposals/config-proposal.yaml similarity index 77% rename from proposals/config-proposals.yaml rename to proposals/config-proposal.yaml index 0be039d..67ee58e 100644 --- a/proposals/config-proposals.yaml +++ b/proposals/config-proposal.yaml @@ -1,4 +1,6 @@ output: /dir +since: "18.09.2023" +until: "18.10.2023" artifacts: - ghUsername: pPrecel ghPersonalAccessToken: @@ -15,8 +17,7 @@ artifacts: - ... report: template: /path/to/template.docx - gptToken: - employeeName: Filip Strózik - jobTitle: Developer - department: ... - managerName: ... \ No newline at end of file + fields: + - pkupGenEmployeesName: John Wick + - pkupGenJobTitle: Assasin + - ... \ No newline at end of file