Merge pull request #416 from eldruin/switch-to-ghmq

Prepare switch to GHMQ
pull/417/head
Adam Greig 12 months ago committed by GitHub
commit fd66befcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.github/bors.toml vendored

@ -1,3 +0,0 @@
delete_merged_branches = true
required_approvals = 1
status = ["dummy"]

@ -1,18 +0,0 @@
name: CI
on:
push:
branches:
- master
- staging
- trying
pull_request:
branches:
- master
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Succeed
run: true
Loading…
Cancel
Save