mirror of
https://github.com/docker/login-action.git
synced 2025-04-01 04:30:05 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from v2.1.0 to v3.0.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v2.1.0...24277d80a045aa865bd4e263c2fce9c0886506ae) Signed-off-by: dependabot[bot] <support@github.com>
23 lines
437 B
YAML
23 lines
437 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
|
|
if: success()
|
|
uses: crazy-max/ghaction-github-labeler@v3.0.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|