Skip to content

Commit

Permalink
Merge pull request #727 from daveroverts/remove-bors
Browse files Browse the repository at this point in the history
fix: remove bors
  • Loading branch information
daveroverts authored Jul 24, 2023
2 parents 20c9237 + 023a872 commit 999b740
Show file tree
Hide file tree
Showing 12 changed files with 1,663 additions and 1,585 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI
on:
push:
branches: [main, staging, trying]
branches: [main]
pull_request:
branches: [main]
jobs:
Expand Down Expand Up @@ -171,13 +171,3 @@ 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
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@1.0.0
uses: aglipanci/laravel-pint-action@2.3.0
with:
verboseMode: true
testMode: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Book me a Cookie [BMAC]

![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)
![CI](https://github.com/daveroverts/bmac/workflows/CI/badge.svg)


Book me a Cookie [BMAC] is a Vatsim booking system created in Laravel.
Expand Down
1 change: 0 additions & 1 deletion bors.toml

This file was deleted.

Loading

0 comments on commit 999b740

Please sign in to comment.