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
|
2020-11-19 01:47:48 +08:00
|
|
|
uses: actions/checkout@v2
|
2020-08-15 20:47:25 +08:00
|
|
|
-
|
|
|
|
name: Run Labeler
|
2020-11-19 01:47:48 +08:00
|
|
|
uses: crazy-max/ghaction-github-labeler@v3
|