remove labeller action (#153)

* remove labeller action
This commit is contained in:
Hugh Rundle 2022-10-09 15:07:13 +11:00 committed by GitHub
parent af304a0aea
commit 812221dfac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}