Remove label workflow
This commit is contained in:
parent
26d97b96eb
commit
a920d7b0a8
1 changed files with 0 additions and 10 deletions
10
.github/workflows/label.yml
vendored
10
.github/workflows/label.yml
vendored
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
name: Labeler
|
|
||||||
on: [pull_request]
|
|
||||||
jobs:
|
|
||||||
label:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/labeler@v2
|
|
||||||
with:
|
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
Loading…
Reference in a new issue