From f8820b5103470f2091b20c46ecc0f726f43b0f83 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 25 Mar 2020 08:08:35 +0000 Subject: [PATCH] Update label-syncer.yml --- .github/workflows/label-syncer.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/label-syncer.yml b/.github/workflows/label-syncer.yml index 717e411..9d5d85c 100644 --- a/.github/workflows/label-syncer.yml +++ b/.github/workflows/label-syncer.yml @@ -1,16 +1,18 @@ -name: Label syncer +name: Sync Labels on: push: - paths: - - '.github/labels.yml' branches: - master + paths: + - '.github/labels.yml' + jobs: build: - name: Sync labels runs-on: ubuntu-latest steps: - - uses: actions/checkout@1.0.0 - - uses: micnncim/action-label-syncer@v0.4.0 + - uses: actions/checkout@v2 + - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + manifest: '.github/labels.yml'