From dc9db671072d49fd99d22ec1c7b4b71379a0fadd Mon Sep 17 00:00:00 2001 From: haya14busa <haya14busa@gmail.com> Date: Mon, 20 Sep 2021 15:24:58 +0000 Subject: [PATCH] Use labels in the depup workflow --- .github/workflows/depup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 9f08407..a891396 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -17,6 +17,7 @@ jobs: file: testdata/testfile version_name: REVIEWDOG_VERSION repo: reviewdog/reviewdog + labels: demo redpen: runs-on: ubuntu-latest @@ -28,6 +29,7 @@ jobs: version_name: REDPEN_VERSION repo: redpen-cc/redpen tag_prefix: redpen- + labels: demo themis: runs-on: ubuntu-latest @@ -40,3 +42,4 @@ jobs: version_name: THEMIS_VERSION repo: thinca/vim-themis tag: true + labels: demo