remove labeller action
This commit is contained in:
parent
72b91ab344
commit
5df077f210
22
.github/workflows/label-prs.yml
vendored
22
.github/workflows/label-prs.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
name: label PRs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'website/data/*'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
add-labels:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: christianvuerings/add-labels@v1
|
||||
with:
|
||||
labels: |
|
||||
data
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue