Skip to content

Commit

Permalink
update proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Oct 29, 2023
1 parent e9bbb1a commit dd0276c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
30 changes: 30 additions & 0 deletions proposals/compose-config-proposal.yaml
Original file line number Diff line number Diff line change
@@ -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
- ...
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
output: /dir
since: "18.09.2023"
until: "18.10.2023"
artifacts:
- ghUsername: pPrecel
ghPersonalAccessToken: <TOKEN>
Expand All @@ -15,8 +17,7 @@ artifacts:
- ...
report:
template: /path/to/template.docx
gptToken: <TOKEN>
employeeName: Filip Strózik
jobTitle: Developer
department: ...
managerName: ...
fields:
- pkupGenEmployeesName: John Wick
- pkupGenJobTitle: Assasin
- ...

0 comments on commit dd0276c

Please sign in to comment.