mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
resolve conflicts
This commit is contained in:
11
ql/lib/ext/trilom_file-changes-action.model.yml
Normal file
11
ql/lib/ext/trilom_file-changes-action.model.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: githubsecuritylab/actions-all
|
||||
extensible: sourceModel
|
||||
data:
|
||||
# https://github.com/trilom/file-changes-action
|
||||
# if `prNumber` is provided, the trigger event dont need to be `pull_request_target`
|
||||
- ["trilom/file-changes-action", "*", "output.files", "*", "PR changed files"]
|
||||
- ["trilom/file-changes-action", "*", "output.files_added", "*", "PR changed files"]
|
||||
- ["trilom/file-changes-action", "*", "output.files_modified", "*", "PR changed files"]
|
||||
- ["trilom/file-changes-action", "*", "output.files_removed", "*", "PR changed files"]
|
||||
Reference in New Issue
Block a user