Skip to content

Commit

Permalink
Merge pull request #48 from reviewdog/label
Browse files Browse the repository at this point in the history
Support adding label
  • Loading branch information
haya14busa authored Sep 20, 2021
2 parents 608eeeb + dc9db67 commit 5fdf0e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
file: testdata/testfile
version_name: REVIEWDOG_VERSION
repo: reviewdog/reviewdog
labels: demo

redpen:
runs-on: ubuntu-latest
Expand All @@ -28,6 +29,7 @@ jobs:
version_name: REDPEN_VERSION
repo: redpen-cc/redpen
tag_prefix: redpen-
labels: demo

themis:
runs-on: ubuntu-latest
Expand All @@ -40,3 +42,4 @@ jobs:
version_name: THEMIS_VERSION
repo: thinca/vim-themis
tag: true
labels: demo
4 changes: 4 additions & 0 deletions with-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5fdf0e8

Please sign in to comment.