github.com/jaylevin/jenkins-library@v1.230.4/.pipeline/config.yml (about)

     1  steps:
     2    githubPublishRelease:
     3      addClosedIssues: true
     4      addDeltaToLastRelease: true
     5      excludeLabels:
     6        - 'discussion'
     7        - 'duplicate'
     8        - 'invalid'
     9        - 'question'
    10        - 'wontfix'
    11        - 'stale'
    12      owner: 'SAP'
    13      repository: 'jenkins-library'
    14      releaseBodyHeader: ''
    15    githubCreatePullRequest:
    16      base: master
    17      owner: 'SAP'
    18      repository: 'jenkins-library'
    19      labels:
    20        - 'REVIEW'
    21        - 'go-piper'
    22      assignees:
    23        - 'marcusholl'
    24        - 'daniel-kurzynski'
    25        - 'fwilhe'
    26        - 'CCFenner'
    27        - 'OliverNocon'
    28        - 'nevskrem'