mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 23:35:49 +00:00
chore: only run check pr action on pull_request_target events (#485)
This commit is contained in:
parent
322e46f15d
commit
af36282df5
4
.github/workflows/check-pr.yml
vendored
4
.github/workflows/check-pr.yml
vendored
@ -6,9 +6,9 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- edited
|
- edited
|
||||||
- synchronize
|
- synchronize
|
||||||
|
- labeled
|
||||||
|
- unlabeled
|
||||||
merge_group:
|
merge_group:
|
||||||
pull_request:
|
|
||||||
types: [synchronize, opened, reopened, labeled, unlabeled]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user