mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: use pull request in semantic workflow for better security (#6799)
* fix: use pull request in semantic workflow for security * add types
This commit is contained in:
parent
d36c72c435
commit
744e5b2ab3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/semantic-pr-title.yml
vendored
2
.github/workflows/semantic-pr-title.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Semantic PR title
|
name: Semantic PR title
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- edited
|
- edited
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue