Skip to content

Commit

Permalink
Labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailprivalov committed Jul 19, 2020
1 parent 0afdd8a commit 39bb6c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
frontend:
- '**/*.js'
- '**/*.vue'

backend:
- any: ['**/*.py']
all: ['!**/test.py']
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:

steps:
- name: Labeler
uses: actions/labeler@v3-preview
uses: actions/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Application
name: Django testing

on:
push:
Expand Down

0 comments on commit 39bb6c7

Please sign in to comment.