mirror of
https://github.com/docker/metadata-action.git
synced 2024-11-05 11:45:40 +01:00
21 lines
350 B
YAML
21 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.3
|
||
|
-
|
||
|
name: Run Labeler
|
||
|
uses: crazy-max/ghaction-github-labeler@v3.1.0
|