login-action/.github/workflows/labels.yml

24 lines
438 B
YAML
Raw Normal View History

2020-08-15 20:47:25 +08:00
name: labels
on:
push:
branches:
2020-08-15 20:49:47 +08:00
- 'master'
2020-08-15 20:47:25 +08:00
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
2020-08-15 20:47:25 +08:00
-
name: Run Labeler
if: success()
2020-08-21 22:48:16 +08:00
uses: crazy-max/ghaction-github-labeler@v3.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}