mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
c78f7c3517
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
20 lines
350 B
YAML
20 lines
350 B
YAML
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.2
|
|
-
|
|
name: Run Labeler
|
|
uses: crazy-max/ghaction-github-labeler@v3.0.0
|