Skip to content

Commit d525bad

Browse files
committed
Specify activity trigger type in ci events for merge queues
1 parent 12dfa28 commit d525bad

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/asyncapi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77
branches:
88
- main
99
tags:
10-
- '*'
10+
- "*"
1111
pull_request:
12+
merge_group:
13+
types: [checks_requested]
1214

1315
jobs:
1416
validate:

.github/workflows/backstage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ on:
55
branches:
66
- main
77
tags:
8-
- '*'
8+
- "*"
99
pull_request:
10+
merge_group:
11+
types: [checks_requested]
1012

1113
jobs:
1214
validate:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "*"
99
pull_request:
1010
merge_group:
11+
types: [checks_requested]
1112

1213
jobs:
1314
lint:

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ on:
1616
branches:
1717
- main
1818
tags:
19-
- '*'
19+
- "*"
2020
pull_request:
21-
21+
merge_group:
22+
types: [checks_requested]
2223

2324
jobs:
2425
analyze:

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened, edited]
66
merge_group:
7+
types: [checks_requested]
78

89
jobs:
910
validate-pr-title:

0 commit comments

Comments
 (0)