Skip to content

Commit 568dd91

Browse files
authored
chore: Add merge_group trigger (#3405)
1 parent a05dbe6 commit 568dd91

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
contents: read
66
on:
77
pull_request:
8+
merge_group:
89
push:
910
branches:
1011
- main

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88

99
on:
1010
pull_request:
11+
merge_group:
1112
push:
1213
branches: [main]
1314
workflow_dispatch:

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Markdown link check
22

33
on:
44
pull_request:
5+
merge_group:
56
push:
67
branches:
78
- main

.github/workflows/pr_naming.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: PR Conventional Commit Validation
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, edited]
6+
merge_group:
67

78
permissions:
89
contents: read
910

1011
jobs:
1112
validate-pr-title:
1213
runs-on: ubuntu-latest
14+
if: github.event_name == 'pull_request'
1315
steps:
1416
- name: Harden the runner (Audit all outbound calls)
1517
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

0 commit comments

Comments
 (0)