Delete labelsync.yml

This commit is contained in:
Geometrically 2021-01-25 15:27:04 -07:00 committed by GitHub
parent 1e82909f58
commit bcf174cd1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +0,0 @@
name: Label Sync
on:
issues:
label:
push:
branches:
- master
paths:
- '.github/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}