You've already forked AstralRinth
forked from didirus/AstralRinth
Delete labelsync.yml
This commit is contained in:
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 }}
|
|
||||||
Reference in New Issue
Block a user