mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
name: "Pull Request Labeler" |
|||
on: |
|||
pull_request: |
|||
branches: |
|||
- master |
|||
- dev |
|||
jobs: |
|||
angular-label: |
|||
runs-on: ubuntu-18.04 |
|||
steps: |
|||
- uses: actions/labeler@v2 |
|||
Loading…
Reference in new issue