mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-02-02 03:42:19 +00:00
Merge pull request #416 from eldruin/switch-to-ghmq
Prepare switch to GHMQ
This commit is contained in:
commit
fd66befcbf
2 changed files with 0 additions and 21 deletions
3
.github/bors.toml
vendored
3
.github/bors.toml
vendored
|
@ -1,3 +0,0 @@
|
||||||
delete_merged_branches = true
|
|
||||||
required_approvals = 1
|
|
||||||
status = ["dummy"]
|
|
18
.github/workflows/dummy.yml
vendored
18
.github/workflows/dummy.yml
vendored
|
@ -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…
Reference in a new issue