1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/.pipeline/config.yml
Christopher Fenner b6e4ae5094
Update config.yml (#2371)
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2020-11-13 16:51:25 +01:00

29 lines
580 B
YAML

steps:
githubPublishRelease:
addClosedIssues: true
addDeltaToLastRelease: true
excludeLabels:
- 'discussion'
- 'duplicate'
- 'invalid'
- 'question'
- 'wontfix'
- 'stale'
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'