Skip to content

Commit b514b13

Browse files
authored
ci: satisfy required semantic-pr check on merge group (#758)
We can't run semantic PR checks in the merge group since it's missing the PR context. This adds a fake check to fix that
1 parent cebfd9b commit b514b13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "[Skip] Lint PR"
2+
3+
on:
4+
merge_group:
5+
6+
jobs:
7+
semantic-pull-request:
8+
name: Semantic Pull Request
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "Looking good!"

.github/workflows/semantic-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "Lint PR"
22

33
on:
4-
merge_group:
54
pull_request_target:
65
types:
76
- opened

0 commit comments

Comments
 (0)