mirror of https://github.com/ARMmbed/mbed-os.git
Revert "mergify: enable it only for feature-mergify"
This reverts commit e4cd9387dc
.
pull/12274/head
parent
b7c961c4ac
commit
bccc140516
11
.mergify.yml
11
.mergify.yml
|
@ -27,7 +27,6 @@ pull_request_rules:
|
|||
# From needs: review to needs: work - reviewers request
|
||||
- name: "label needs: work when changes were requested"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
# Reviewers
|
||||
- "#changes-requested-reviews-by>0"
|
||||
actions:
|
||||
|
@ -40,7 +39,6 @@ pull_request_rules:
|
|||
# From needs: review to needs: work - CI failure
|
||||
- name: "label needs: work when travis-ci failed"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
# Travis failing
|
||||
- status-failure~=continuous-integration/travis-ci/pr
|
||||
actions:
|
||||
|
@ -53,7 +51,6 @@ pull_request_rules:
|
|||
# From needs: review to needs: work - CI failure
|
||||
- name: "label needs: work when Jenkins CI failed - pr head"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
# Jenkins CI failing
|
||||
- status-failure~=continuous-integration/jenkins/pr-head
|
||||
actions:
|
||||
|
@ -66,7 +63,6 @@ pull_request_rules:
|
|||
# From needs: review to needs: work - CI failure
|
||||
- name: "label needs: work when Jenkins CI failed - any of the pipeline"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
# Jenkins CI failing - any of the pipeline
|
||||
- status-failure~=^jenkins-ci
|
||||
actions:
|
||||
|
@ -79,7 +75,6 @@ pull_request_rules:
|
|||
# From needs: review or needs: work to needs: CI. One approval means we should be good to start CI
|
||||
- name: "label needs: CI when at least one reviewers approval"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
# Labels
|
||||
- "label!=needs: preceding PR"
|
||||
|
||||
|
@ -103,7 +98,6 @@ pull_request_rules:
|
|||
# Conflict in the PR - needs: work and a comment to notify a user
|
||||
- name: "label needs: work when there is a conflict"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
- conflict
|
||||
actions:
|
||||
label:
|
||||
|
@ -117,7 +111,6 @@ pull_request_rules:
|
|||
|
||||
- name: "add label feature branch for feature branch additions"
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
- base~=^feature
|
||||
actions:
|
||||
label:
|
||||
|
@ -127,7 +120,6 @@ pull_request_rules:
|
|||
# Ready for integration. Not yet auto merge, will be enabled once carefuly tested
|
||||
- name: label "ready for merge" when ready
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
# Labels
|
||||
- "label!=do not merge"
|
||||
- "label=needs: CI"
|
||||
|
@ -152,7 +144,6 @@ pull_request_rules:
|
|||
# Clean-up after merge
|
||||
- name: remove ready for merge when merged
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
- merged
|
||||
- "label=ready for merge"
|
||||
actions:
|
||||
|
@ -162,7 +153,6 @@ pull_request_rules:
|
|||
|
||||
- name: add "do not merge" label when WIP is in title
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
- title~=^(\[wip\]( |:) |\[WIP\]( |:) |wip( |:) |WIP( |:)).*
|
||||
actions:
|
||||
label:
|
||||
|
@ -172,7 +162,6 @@ pull_request_rules:
|
|||
# Check if version label is applied
|
||||
- name: release version is a must for merged PRs
|
||||
conditions:
|
||||
- base~=feature-mergify
|
||||
- merged
|
||||
- -label~=^(release-version)
|
||||
actions:
|
||||
|
|
Loading…
Reference in New Issue