Skip to content

Commit

Permalink
feat(project): improve merge without branch protection
Browse files Browse the repository at this point in the history
* rewrite core
* if base branch is protected, skip branch checks and let
  GitHub do the job
* always require at least a single human review before merging

Closes #4
  • Loading branch information
nikku committed Nov 27, 2018
1 parent 06875af commit 7443749
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 89 deletions.
4 changes: 2 additions & 2 deletions app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Uncomment the event names below to enable them.
default_events:
# - check_run
# - check_suite
- check_suite
# - commit_comment
# - create
# - delete
Expand Down Expand Up @@ -55,7 +55,7 @@ default_permissions:

# Checks on code.
# https://developer.github.com/v3/apps/permissions/#permission-on-checks
# checks: read
checks: read

# Repository contents, commits, branches, downloads, releases, and merges.
# https://developer.github.com/v3/apps/permissions/#permission-on-contents
Expand Down
Loading

0 comments on commit 7443749

Please sign in to comment.