3
0
Fork 0
mirror of https://gitea.com/docker/build-push-action.git synced 2024-11-22 17:39:38 +01:00
docker-build-push/.github/workflows/labels.yml

21 lines
350 B
YAML
Raw Normal View History

name: labels
on:
push:
branches:
- 'master'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.0