Browse Source

Create labeler.yml

pull/2250/head
Mehmet Erim 7 years ago
committed by GitHub
parent
commit
8488b7adad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/labeler.yml

11
.github/workflows/labeler.yml

@ -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…
Cancel
Save