Use labels in the depup workflow
This commit is contained in:
3
.github/workflows/depup.yml
vendored
3
.github/workflows/depup.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
|||||||
file: testdata/testfile
|
file: testdata/testfile
|
||||||
version_name: REVIEWDOG_VERSION
|
version_name: REVIEWDOG_VERSION
|
||||||
repo: reviewdog/reviewdog
|
repo: reviewdog/reviewdog
|
||||||
|
labels: demo
|
||||||
|
|
||||||
redpen:
|
redpen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -28,6 +29,7 @@ jobs:
|
|||||||
version_name: REDPEN_VERSION
|
version_name: REDPEN_VERSION
|
||||||
repo: redpen-cc/redpen
|
repo: redpen-cc/redpen
|
||||||
tag_prefix: redpen-
|
tag_prefix: redpen-
|
||||||
|
labels: demo
|
||||||
|
|
||||||
themis:
|
themis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -40,3 +42,4 @@ jobs:
|
|||||||
version_name: THEMIS_VERSION
|
version_name: THEMIS_VERSION
|
||||||
repo: thinca/vim-themis
|
repo: thinca/vim-themis
|
||||||
tag: true
|
tag: true
|
||||||
|
labels: demo
|
||||||
|
|||||||
Reference in New Issue
Block a user