Skip to content

Commit

Permalink
Use labels in the depup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 20, 2021
1 parent 5ee6a38 commit dc9db67
Showing 1 changed file with 3 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

0 comments on commit dc9db67

Please sign in to comment.