Skip to content

Commit

Permalink
ci: test auto-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 1, 2020
1 parent 3127b41 commit 557142e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/assign-by-files.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
# you can use glob pattern
'*':
'*.yml':
- myii
'*.js':
- myii
# # you can set multiple reviewers
# '.travis.yml':
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
---
stages:
- commitlint
- name: release
if: branch = master AND type != pull_request
# - name: release
# if: branch = master AND type != pull_request

jobs:
allow_failures:
Expand Down

0 comments on commit 557142e

Please sign in to comment.