Skip to content

Commit

Permalink
Install Mergify Tool (#187)
Browse files Browse the repository at this point in the history
* add mergify config

https://mergify.io

* simplify mergify config

* Add mergify badge to README

Co-authored-by: Christoph Matthies <chrisma@users.noreply.github.com>
Co-authored-by: Lasse Jahn <l.jahn@me.com>
  • Loading branch information
3 people committed Jan 16, 2020
1 parent d337d1d commit c9b18fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pull_request_rules:
- name: automatic merge on CI success when label is set
conditions:
- label~=ready to merge
actions:
merge:
method: squash
strict: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.com/hpi-swt2/lecture-portal.svg?branch=master)](https://travis-ci.com/hpi-swt2/lecture-portal)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![mergify-status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/hpi-swt2/lecture-portal&style=flat)](https://dashboard.mergify.io/installation/6258647/repositories)

Web application for organizing and managing lecture participation, written in [Ruby on Rails](https://rubyonrails.org/).
Created in the [Software Engineering II course](https://hpi.de/plattner/teaching/winter-term-201920/softwaretechnik-ii.html) at HPI in Potsdam.
Expand Down

0 comments on commit c9b18fc

Please sign in to comment.