We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ad479 commit 2815450Copy full SHA for 2815450
1 file changed
.github/workflows/validate-kernel-commits.yml
@@ -1,10 +1,10 @@
1
name: Validate Kernel Commits
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [opened, synchronize, reopened]
6
7
jobs:
8
check:
9
- uses: ctrliq/kernel-src-tree/.github/workflows/validate-kernel-commits.yml@main
+ uses: ctrliq/kernel-src-tree/.github/workflows/validate-kernel-commits.yml@{jmaple}_main
10
secrets: inherit
0 commit comments