Skip to content

Commit

Permalink
fix: remove bors
Browse files Browse the repository at this point in the history
Bors has been deprecated, and I don't think a replacement is needed

Reverts #596
  • Loading branch information
daveroverts committed Jul 24, 2023
1 parent 20c9237 commit eacdd9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 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 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.

0 comments on commit eacdd9e

Please sign in to comment.