Skip to content

Commit 42abd6b

Browse files
authored
Merge pull request #483 from rust-embedded/ghmq
Swap to GHMQ
2 parents 82fa94d + e9847bc commit 42abd6b

File tree

6 files changed

+15
-20
lines changed

6 files changed

+15
-20
lines changed

.github/bors.toml

-15
This file was deleted.

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches-ignore:
4+
- "gh-readonly-queue/**"
45
pull_request:
6+
merge_group:
57

68
name: cortex-m CI
79

.github/workflows/clippy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches-ignore:
4+
- "gh-readonly-queue/**"
45
pull_request_target:
6+
merge_group:
57

68
name: Clippy check
79
jobs:

.github/workflows/on-target.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches-ignore:
4+
- "gh-readonly-queue/**"
45
pull_request:
6+
merge_group:
57
# allows manual triggering
68
workflow_dispatch:
79

.github/workflows/rt-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches-ignore:
4+
- "gh-readonly-queue/**"
45
pull_request:
6+
merge_group:
57

68
name: cortex-m-rt CI
79

.github/workflows/rustfmt.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches-ignore:
4+
- "gh-readonly-queue/**"
45
pull_request:
6+
merge_group:
57

68
name: Code formatting check
79

0 commit comments

Comments
 (0)