Delete label-syncer.yml

This commit is contained in:
Rob Matarangas 2020-06-10 16:29:07 -07:00 committed by GitHub
parent 2af3fd4a8c
commit a5e4bf63c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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