Skip to content

Commit

Permalink
ci(travis): test auto-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 1, 2020
1 parent 455b5be commit 0fc9f65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/assign-by-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# you can use glob pattern
'*':
- myii
# you can set multiple reviewers
'.travis.yml':
- saltstack-formulas/ssf
- myii
# # you can set multiple reviewers
# '.travis.yml':
# - saltstack-formulas/ssf
# - myii
8 changes: 4 additions & 4 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
assign_reviewer:
runs-on: ubuntu-latest
steps:
- uses: shufo/auto-assign-reviewer-by-files@v1.0.0
with:
config: '.github/assign-by-files.yml'
token: ${{ secrets.GITHUB_TOKEN }}
- uses: shufo/auto-assign-reviewer-by-files@v1.0.0
with:
config: '.github/assign-by-files.yml'
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ stages:
- commitlint
- name: release
if: branch = master AND type != pull_request

jobs:
allow_failures:
- stage: commitlint
Expand Down

0 comments on commit 0fc9f65

Please sign in to comment.