mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-11-28 08:49:44 +02:00
e77209922a
* Assign users to automated go dependency update * update once a month
28 lines
564 B
YAML
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'
|