remove labeller action #153

Merged
hughrun merged 4 commits from east-gip into main 2022-10-09 15:07:13 +11:00
Showing only changes of commit 5df077f210 - Show all commits

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