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 f6a2ff4 commit 1219cc3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 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 }}
5 changes: 4 additions & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
name: Commitlint
on: [pull_request]
'on': [pull_request]

jobs:
lint:
Expand Down
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 1219cc3

Please sign in to comment.