Delete labelsync.yml
This commit is contained in:
parent
1e82909f58
commit
bcf174cd1e
21
.github/workflows/labelsync.yml
vendored
21
.github/workflows/labelsync.yml
vendored
@ -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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user