1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-23 00:16:36 +02:00

Add labels

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-19 13:17:18 +02:00
parent 6a7c1dc2ba
commit 52d3d47639
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 100 additions and 0 deletions

23
.github/workflows/labels.yml vendored Normal file
View file

@ -0,0 +1,23 @@
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.1
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}