mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
PR lint should use pull_request_target
(#378)
This commit is contained in:
parent
e8c1c3a700
commit
d1d7200a15
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@ -2,7 +2,7 @@ name: Pull Request Lint
|
||||
permissions:
|
||||
pull-requests: write
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: ['opened', 'edited', 'reopened']
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user