Skip to content

Commit

Permalink
ci: update labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Dec 23, 2019
1 parent b124bb9 commit 7110b49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
ui-angular:
- npm/ng-packs/*
- npm/ng-packs/**/*
- npm/ng-packs/**/**/*
- npm/ng-packs/**/**/**/*
- npm/ng-packs/**/**/**/**/*
- npm/ng-packs/**/**/**/**/**/*
- templates/app/angular/*
- templates/app/angular/**/*
- templates/app/angular/**/**/*
- templates/app/angular/**/**/**/*
- templates/module/angular/*
- templates/module/angular/**/*
- templates/module/angular/**/**/*
- templates/module/angular/**/**/**/*
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull request labeler
on:
schedule:
- cron: '0 0 1 1 *'
- cron: '0 */2 * * *'
jobs:
labeler:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7110b49

Please sign in to comment.