Update label-syncer.yml

This commit is contained in:
David Dias 2020-03-25 08:08:35 +00:00 committed by GitHub
parent fd0c4d73c6
commit f8820b5103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,18 @@
name: Label syncer name: Sync Labels
on: on:
push: push:
paths:
- '.github/labels.yml'
branches: branches:
- master - master
paths:
- '.github/labels.yml'
jobs: jobs:
build: build:
name: Sync labels
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@1.0.0 - uses: actions/checkout@v2
- uses: micnncim/action-label-syncer@v0.4.0 - uses: micnncim/action-label-syncer@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: '.github/labels.yml'