1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-11-28 08:49:44 +02:00
sap-jenkins-library/.pipeline/config.yml
Florian Wilhelm e77209922a
Run automated go dependency update once a month (#1464)
* Assign users to automated go dependency update

* update once a month
2020-04-29 16:28:57 +02:00

28 lines
564 B
YAML

steps:
githubPublishRelease:
addClosedIssues: true
addDeltaToLastRelease: true
excludeLabels:
- 'discussion'
- 'duplicate'
- 'invalid'
- 'question'
- 'wontfix'
owner: 'SAP'
repository: 'jenkins-library'
releaseBodyHeader: ''
githubCreatePullRequest:
base: master
owner: 'SAP'
repository: 'jenkins-library'
labels:
- 'REVIEW'
- 'go-piper'
assignees:
- 'marcusholl'
- 'daniel-kurzynski'
- 'fwilhe'
- 'CCFenner'
- 'OliverNocon'
- 'nevskrem'