File tree Expand file tree Collapse file tree 5 files changed +34
-11
lines changed Expand file tree Collapse file tree 5 files changed +34
-11
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ jobs :
3+ lint :
4+ docker :
5+ - image : gcr.io/istio-testing/circleci:2019-04-22
6+ working_directory : /go/src/istio.io/community
7+ steps :
8+ - checkout
9+ - run :
10+ name : Installing linter
11+ command : gem install awesome_bot
12+ - run :
13+ name : Linting
14+ command : awesome_bot --skip-save-results --allow_ssl --allow-timeout --allow-dupe --allow-redirect --white-list *.md
15+
16+ workflows :
17+ version : 2
18+ all :
19+ jobs :
20+ - lint
Original file line number Diff line number Diff line change 1+ pull_request_rules :
2+ - name : Automatic merge on CI success and review
3+ conditions :
4+ - " status-success=ci/circleci: lint"
5+ - status-success=cla/google
6+ - " #approved-reviews-by>=1"
7+ - label!=do-not-merge
8+ - label!=do-not-merge/work-in-progress
9+ - label!=do-not-merge/hold
10+ actions :
11+ merge :
12+ method : squash
13+ strict : false
Original file line number Diff line number Diff line change 1+ * @ geeknoid @ linsun
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments