1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 03:08:47 +00:00
librenms-docker/.github/workflows/labels.yml
CrazyMax 31594a783f
Remove workflow test for now
* Fix test workflow

* Fix test workflow

* Fix test workflow

* Update labels workflow

* Remove workflow test for now
2019-10-20 19:35:11 +02:00

25 lines
538 B
YAML

name: labels
on:
push:
branches:
- 'master'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v1
-
# https://github.com/crazy-max/ghaction-github-labeler
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}