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 8d5d8c3 commit 27ec929Copy full SHA for 27ec929
3 files changed
.github/workflows/lint-pr.yml
@@ -1,7 +1,7 @@
1
name: "Lint PR"
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types:
6
- opened
7
- edited
.github/workflows/main.yml
@@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
- branches: [ main ]
8
9
jobs:
10
build:
.github/workflows/validate-commit.yaml
@@ -1,6 +1,6 @@
name: Lint commit
-on: pull_request_target
+on: pull_request
commitlint:
0 commit comments