Skip to content

Commit

Permalink
Merge #596
Browse files Browse the repository at this point in the history
596: fix: add bors r=daveroverts a=daveroverts



Co-authored-by: Dave Roverts <[email protected]>
Co-authored-by: Dave Roverts <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2022
2 parents f05d6fc + 839c0da commit c841fac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# GitHub Action for Laravel with MySQL
name: CI
on: [push, pull_request]
on:
push:
branches: [main, staging, trying]
pull_request:
branches: [main]
jobs:
test-php-mysql:
name: Test PHP ${{ matrix.php-versions }} + Node ${{ matrix.node }} with MySQL
Expand Down Expand Up @@ -194,3 +198,13 @@ jobs:

- name: Copy/Paste Detector
run: phpcpd app/ --min-lines=50
ci-success:
name: CI
if: ${{ success() }}
needs:
- test-php-mysql
- test-php-postgresql
runs-on: ubuntu-latest
steps:
- name: CI succeeded
run: exit 0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Book me a Cookie [BMAC]

![CI](https://github.com/daveroverts/bmac/workflows/CI/badge.svg)
![CI](https://github.com/daveroverts/bmac/workflows/CI/badge.svg) [![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/56570)


Book me a Cookie [BMAC] is a Vatsim booking system created in Laravel.
It's initial purpose was to be used for one event (The Holland - America Line),
Expand Down
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
status = ["CI"]

0 comments on commit c841fac

Please sign in to comment.