2019-10-23 06:15:45 +08:00
|
|
|
name: labels
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2020-05-04 07:18:09 +08:00
|
|
|
- 'dev'
|
2019-10-23 06:15:45 +08:00
|
|
|
paths:
|
|
|
|
- '.github/labels.yml'
|
|
|
|
- '.github/workflows/labels.yml'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
labeler:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
name: Checkout
|
2020-08-11 02:23:29 +08:00
|
|
|
uses: actions/checkout@v2.3.2
|
2019-10-23 06:15:45 +08:00
|
|
|
-
|
|
|
|
name: Run Labeler
|
2020-08-28 07:30:00 +08:00
|
|
|
uses: crazy-max/ghaction-github-labeler@v3.0.0
|