From f6aca1ead35fc17a6f2fca26a227ea6dd33240da Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 24 Oct 2019 18:41:57 +0200 Subject: [PATCH] Update labels workflow --- .github/workflows/labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2308ace..dd984b6 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,9 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - + # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v1 - + # https://github.com/crazy-max/ghaction-github-labeler name: Run Labeler if: success() uses: crazy-max/ghaction-github-labeler@v1