mirror of
https://github.com/docker/login-action.git
synced 2025-04-23 23:26:37 +02:00
Add labels workflow
This commit is contained in:
parent
7b417e3e9c
commit
98c7c050b5
2 changed files with 100 additions and 0 deletions
23
.github/workflows/labels.yml
vendored
Normal file
23
.github/workflows/labels.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: labels
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'dev'
|
||||
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue