Skip to content

Commit

Permalink
ci(Kitchen+travis): remove master-py2-arch-base-latest
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#167
  • Loading branch information
myii committed May 4, 2020
1 parent 3dc522a commit 64f0d23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: "Auto Assign"
on:
- pull_request

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 }}
- name: Pull Review
uses: jckdotim/pull-review-action@v0.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 }}
# - name: Pull Review
# uses: jckdotim/pull-review-action@v0.1.3
# env:
# GITHUB_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 64f0d23

Please sign in to comment.