Support adding label
This commit is contained in:
@@ -22,6 +22,9 @@ inputs:
|
||||
description: 'Tag prefix used for building link in PR description'
|
||||
default: 'v'
|
||||
required: false
|
||||
labels:
|
||||
description: 'PR labels'
|
||||
required: false
|
||||
outputs:
|
||||
current:
|
||||
description: 'current version'
|
||||
@@ -55,6 +58,7 @@ runs:
|
||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
||||
branch: depup/${{ steps.depup.outputs.repo }}
|
||||
base: ${{ github.event.repository.default_branch }}
|
||||
labels: ${{ inputs.labels }}
|
||||
|
||||
# Ref: https://haya14busa.github.io/github-action-brandings/
|
||||
branding:
|
||||
|
||||
Reference in New Issue
Block a user